From a65fbe0bc510ac68e7eaafa0beeca65f93f95ba4 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 21 Apr 2025 14:59:50 +1200 Subject: [PATCH] remove backup folder - no longer needed. --- templates/squashkiwi/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/squashkiwi/install.sh b/templates/squashkiwi/install.sh index 415f06f..9841d76 100755 --- a/templates/squashkiwi/install.sh +++ b/templates/squashkiwi/install.sh @@ -24,7 +24,6 @@ function create_folder() { echo "Ensuring deployment folders exist..." create_folder "$DEPLOY_FOLDER" create_folder "$DATA_FOLDER" -create_folder "$BACKUP_FOLDER" # check can pull image on remote host and exit if fails if ! docker pull "$IMAGE_REGISTRY/$IMAGE_REPO:$IMAGE_TAG"; then