aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/launch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/launch.sh')
-rwxr-xr-xdeploy/launch.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/deploy/launch.sh b/deploy/launch.sh
index 9a223ec9..273e27a9 100755
--- a/deploy/launch.sh
+++ b/deploy/launch.sh
@@ -18,6 +18,11 @@ source ${COMPASS_DIR}/deploy/compass_vm.sh
source ${COMPASS_DIR}/deploy/deploy_host.sh
######################### main process
+old_ifs=$IFS
+IFS=,
+tear_down_machines
+IFS=$old_ifs
+
if [[ "$DEPLOY_STEP" == "compass_only" || "$DEPLOY_STEP" == "all" ]]
then
if ! prepare_env;then