diff --git a/deployment/down.sh b/deployment/down.sh index e18a326..0ac0e68 100755 --- a/deployment/down.sh +++ b/deployment/down.sh @@ -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. \ No newline at end of file diff --git a/install.sh b/install.sh index 0c2c3be..a76e3f9 100755 --- a/install.sh +++ b/install.sh @@ -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