Remove unnecessary check in entrypoint
[policy/xacml-pdp.git] / packages / policy-xacmlpdp-docker / src / main / docker / policy-pdpx.sh
index 537f234..0c7b98b 100644 (file)
@@ -67,11 +67,6 @@ if [ -f "${POLICY_HOME}/etc/mounted/db.sql" ]; then
     cp -f "${POLICY_HOME}"/etc/mounted/db.sql "${POLICY_HOME}"/mysql/sql/
 fi
 
-if [ -f "${POLICY_HOME}/etc/mounted/guard.xacml.properties" ]; then
-    echo "overriding guard application xacml.properties"
-    cp -f "${POLICY_HOME}"/etc/mounted/guard.xacml.properties "${POLICY_HOME}"/apps/guard/xacml.properties
-fi
-
 # Create operationshistory table
 "${POLICY_HOME}"/mysql/bin/create-guard-table.sh