aboutsummaryrefslogtreecommitdiffstats
path: root/docker/instance_run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/instance_run.sh')
-rwxr-xr-xdocker/instance_run.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/docker/instance_run.sh b/docker/instance_run.sh
new file mode 100755
index 00000000..c1fc0549
--- /dev/null
+++ b/docker/instance_run.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+cd /service/vfc/nfvo/lcm
+./run.sh
+
+while [ ! -f logs/nfvo_lcm.log ]; do
+ sleep 1
+done
+tail -F logs/nfvo_lcm.log \ No newline at end of file