From 0d8ece8362ce4011d8e8d2f4c8974e26dca416f6 Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Wed, 12 Apr 2023 10:06:37 -0400 Subject: [PATCH] Update comments. --- deployment/down.sh | 2 ++ install.sh | 1 + 2 files changed, 3 insertions(+) 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