diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-03-29 21:17:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-29 21:17:20 +0000 |
commit | ac7b25a982dfabc8bd69a13c8b8a2ce094e32205 (patch) | |
tree | 758c531d7f5eac07295dddcdc364b0574e7ffa32 /bin/abrmdcontainer/run_abrmd.sh | |
parent | b50920e538a6e0b6a1ee4835f59956835efe3f7f (diff) | |
parent | e9d7749328010a7d243c4eabb5e61a59932ecbcb (diff) |
Merge "Update Initialization tool"
Diffstat (limited to 'bin/abrmdcontainer/run_abrmd.sh')
-rwxr-xr-x | bin/abrmdcontainer/run_abrmd.sh | 2 |
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}'); |