diff options
author | Marco Platania <platania@research.att.com> | 2017-09-20 18:27:37 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-09-20 18:27:37 -0400 |
commit | 623b80c8e23a4babb41303bd5ad1a23663fcc6b5 (patch) | |
tree | ea3934697c935ba0614bfb81554192f854673c85 /boot/openo_serv.sh | |
parent | 8be8e12d55102189025836c802d87865a8fe6cf3 (diff) |
Fix docker installation in OPEN-O VM
Change-Id: Ib636ec64cf2d634bb4db5fff651d18d165fb6bf2
Issue-ID: INT-213
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'boot/openo_serv.sh')
-rw-r--r-- | boot/openo_serv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/openo_serv.sh b/boot/openo_serv.sh index 9d7823ff..0afa931e 100644 --- a/boot/openo_serv.sh +++ b/boot/openo_serv.sh @@ -10,7 +10,7 @@ ### END INIT INFO dir="/opt" -cmd="./msb_vm_init.sh;sleep 2;./vnfsdk_vm_init.sh;sleep 2;./mvim_vm_init.sh;sleep 2;./vfc_vm_init.sh;sleep 2;./uui_vm_init.sh" +cmd="./openo_all_serv.sh" user="root" name=`basename $0` |