aboutsummaryrefslogtreecommitdiffstats
path: root/bin/abrmdcontainer/run_abrmd.sh
diff options
context:
space:
mode:
authorPramod Raghavendra Jayathirth <pramod.raghavendra.jayathirth@intel.com>2019-03-19 08:09:17 -0700
committerPramod Raghavendra Jayathirth <pramod.raghavendra.jayathirth@intel.com>2019-03-19 08:10:24 -0700
commite9d7749328010a7d243c4eabb5e61a59932ecbcb (patch)
treead02386204678cf7b16aa7c908bca07332749689 /bin/abrmdcontainer/run_abrmd.sh
parent7d40a74b671d3737b4a47c9f0d98e555313199ee (diff)
Update Initialization tool
Change-Id: I88686761d324f9bd734d03ccb92f4a49783cf4a0 Issue-ID: AAF-762 Signed-off-by: Pramod Raghavendra Jayathirth <pramod.raghavendra.jayathirth@intel.com>
Diffstat (limited to 'bin/abrmdcontainer/run_abrmd.sh')
-rwxr-xr-xbin/abrmdcontainer/run_abrmd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/abrmdcontainer/run_abrmd.sh b/bin/abrmdcontainer/run_abrmd.sh
index 00fbf24..c4a492c 100755
--- a/bin/abrmdcontainer/run_abrmd.sh
+++ b/bin/abrmdcontainer/run_abrmd.sh
@@ -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}');