diff --git a/deployment/target.sh b/deployment/target.sh index dee394d..2c7bb05 100755 --- a/deployment/target.sh +++ b/deployment/target.sh @@ -1,3 +1,3 @@ #!/bin/bash -export TARGET_PROJECT_GIT_COMMIT=7da3f29f42d20fe56f67362fac210dcd1ab863b0 \ No newline at end of file +export TARGET_PROJECT_GIT_COMMIT=42a1604146bce97dd363f3f6e44afb7e19f1ce0f \ No newline at end of file diff --git a/manage.sh b/manage.sh index 267ef45..bf03540 100755 --- a/manage.sh +++ b/manage.sh @@ -28,7 +28,7 @@ fi # if the machine does exist, let's make sure it's RUNNING. if lxc list --format csv | grep -q "ss-mgmt,STOPPED"; then - echo "INFO: The management machine was in a STOPPED state. Starting the environment. Please wait." + echo "INFO: The SSME was in a STOPPED state. Starting the environment. Please wait." lxc start ss-mgmt sleep 30 fi