1
1
Fork 1

Update target commit.

This commit is contained in:
Derek Smith 2023-04-14 13:17:42 -04:00
parent 6e6c55e801
commit d571680ff1
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
export TARGET_PROJECT_GIT_COMMIT=7da3f29f42d20fe56f67362fac210dcd1ab863b0
export TARGET_PROJECT_GIT_COMMIT=42a1604146bce97dd363f3f6e44afb7e19f1ce0f

View File

@ -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