Create the operationshistory table from pdpx
[policy/xacml-pdp.git] / packages / policy-xacmlpdp-docker / src / main / docker / policy-pdpx.sh
index 9e32d50..f27d65d 100644 (file)
@@ -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"