aboutsummaryrefslogtreecommitdiffstats
path: root/docker/instance_run.sh
diff options
context:
space:
mode:
authorShashank Kumar Shankar <shashank.kumar.shankar@intel.com>2017-09-01 14:34:32 -0700
committerShashank Kumar Shankar <shashank.kumar.shankar@intel.com>2017-09-01 14:38:50 -0700
commit8790d0ae277f350553bd4df8129bd0771bd48a3b (patch)
treeee601dc90321ade5d5ed62b0e4da77c3e8187949 /docker/instance_run.sh
parent51af25d420b6e6cab9ad6ecad26fd58ab7f145b9 (diff)
Fix Docker Image building for NFVO LCM
This patch fixes various issues in NFVO LCM docker image building. Change-Id: Icdc475d554f8f6327c78c6560c3c9aa49974271d Issue-Id: VFC-231 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Diffstat (limited to 'docker/instance_run.sh')
-rwxr-xr-xdocker/instance_run.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/instance_run.sh b/docker/instance_run.sh
index c1fc0549..b14ee5a4 100755
--- a/docker/instance_run.sh
+++ b/docker/instance_run.sh
@@ -1,6 +1,7 @@
#!/bin/bash
cd /service/vfc/nfvo/lcm
+chmod +x run.sh
./run.sh
while [ ! -f logs/nfvo_lcm.log ]; do