Update comments.
This commit is contained in:
parent
d68d673c69
commit
0d8ece8362
@ -85,3 +85,5 @@ done
|
|||||||
if lxc network list -q | grep -q ss-ovn; then
|
if lxc network list -q | grep -q ss-ovn; then
|
||||||
lxc network delete ss-ovn
|
lxc network delete ss-ovn
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# TODO make a snapshot on all the zfs storage volumes.
|
@ -204,6 +204,7 @@ if [ "$FROM_BUILT_IMAGE" = false ]; then
|
|||||||
lxc stop ss-mgmt
|
lxc stop ss-mgmt
|
||||||
|
|
||||||
if ! lxc image list | grep -q "ss-mgmt"; then
|
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
|
lxc publish ss-mgmt --alias=ss-mgmt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user