1
1
Fork 1

Update comments.

This commit is contained in:
Derek Smith 2023-04-12 10:06:37 -04:00
parent d68d673c69
commit 0d8ece8362
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
2 changed files with 3 additions and 0 deletions

View File

@ -85,3 +85,5 @@ done
if lxc network list -q | grep -q ss-ovn; then
lxc network delete ss-ovn
fi
# TODO make a snapshot on all the zfs storage volumes.

View File

@ -204,6 +204,7 @@ if [ "$FROM_BUILT_IMAGE" = false ]; then
lxc stop ss-mgmt
if ! lxc image list | grep -q "ss-mgmt"; then
echo "Publishing image. Please wait, this may take a while..."
lxc publish ss-mgmt --alias=ss-mgmt
fi