From 29acc1796dca29f56f80005f869d3bdc1faf6c58 Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Wed, 15 Mar 2023 11:22:14 -0400 Subject: [PATCH] Updates to prompts. --- create_lxc_base.sh | 1 - www/restore_path.sh | 2 -- 2 files changed, 3 deletions(-) diff --git a/create_lxc_base.sh b/create_lxc_base.sh index 552c777..c1ef44c 100755 --- a/create_lxc_base.sh +++ b/create_lxc_base.sh @@ -46,4 +46,3 @@ else fi lxc publish --public "$BASE_IMAGE_VM_NAME/$UBUNTU_BASE_IMAGE_NAME" --project=default --alias="$DOCKER_BASE_IMAGE_NAME" - diff --git a/www/restore_path.sh b/www/restore_path.sh index c589bca..f1c526c 100755 --- a/www/restore_path.sh +++ b/www/restore_path.sh @@ -5,8 +5,6 @@ cd "$(dirname "$0")" FILE_COUNT="$(find "$LOCAL_BACKUP_PATH" -type f | wc -l)" if [ "$FILE_COUNT" = 0 ]; then - echo "ERROR: there are no files in the local backup path '$LOCAL_BACKUP_PATH'." - echo "We're going to continue with execution." exit 0 fi