diff options
Diffstat (limited to 'packages/policy-xacmlpdp-docker/src/main/docker/policy-pdpx.sh')
-rw-r--r-- | packages/policy-xacmlpdp-docker/src/main/docker/policy-pdpx.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/policy-xacmlpdp-docker/src/main/docker/policy-pdpx.sh b/packages/policy-xacmlpdp-docker/src/main/docker/policy-pdpx.sh index 9e32d500..f27d65d2 100644 --- a/packages/policy-xacmlpdp-docker/src/main/docker/policy-pdpx.sh +++ b/packages/policy-xacmlpdp-docker/src/main/docker/policy-pdpx.sh @@ -33,9 +33,9 @@ else fi if [ "$#" -ge 2 ]; then - PROP_FILE=$2 + PROP_FILE=$2 else - PROP_FILE=${PROP_FILE} + PROP_FILE=${PROP_FILE} fi if [ -z "$CONFIG_FILE" ] @@ -52,6 +52,9 @@ if [[ -f ${POLICY_HOME}/etc/mounted/xacml.properties ]]; then cp -f "${POLICY_HOME}"/etc/mounted/xacml.properties "${POLICY_HOME}"/apps/guard/ fi +# Create operationshistory table +${POLICY_HOME}/mysql/bin/create-guard-table.sh + echo "Policy Xacml PDP config file: $CONFIG_FILE" echo "Policy Xacml PDP topic properties file: $PROP_FILE" |