Update Initialization tool
[aaf/sshsm.git] / bin / abrmdcontainer / run_abrmd.sh
index 00fbf24..c4a492c 100755 (executable)
@@ -10,7 +10,7 @@ sleep 1m
 # Start Resource Manager
 if [ -z $TPM_SIMULATOR ]; then
   echo "Using TPM Hardware for the operations";
-  tpm2-abrmd
+  tpm2-abrmd --allow-root
 else
   echo "Using TPM Simulator for the opeations";
   hostip=$(ip route show | awk '/default/ {print $3}');