Remove unused stuff from demo repository
[demo.git] / boot / multiserv_all_serv.sh
diff --git a/boot/multiserv_all_serv.sh b/boot/multiserv_all_serv.sh
deleted file mode 100644 (file)
index 57de290..0000000
+++ /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