diff options
Diffstat (limited to 'boot/openo_all_serv.sh')
-rw-r--r-- | boot/openo_all_serv.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/boot/openo_all_serv.sh b/boot/openo_all_serv.sh deleted file mode 100644 index 57de2908..00000000 --- a/boot/openo_all_serv.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash -HTTP_PROXY=$(cat /opt/config/http_proxy.txt) -HTTPS_PROXY=$(cat /opt/config/https_proxy.txt) - -if [ $HTTP_PROXY != "no_proxy" ] -then - export http_proxy=$HTTP_PROXY - export https_proxy=$HTTPS_PROXY -fi - -bash /opt/msb_vm_init.sh &>/dev/null &disown -bash /opt/vnfsdk_vm_init.sh &>/dev/null &disown -bash /opt/mvim_vm_init.sh &>/dev/null &disown -bash /opt/vfc_vm_init.sh &>/dev/null &disown -bash /opt/uui_vm_init.sh &>/dev/null &disown -bash /opt/esr_vm_init.sh &>/dev/null &disown
\ No newline at end of file |