diff options
Diffstat (limited to 'deploy')
-rwxr-xr-x | deploy/launch.sh | 5 |
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 |