Updates to prompts.

This commit is contained in:
Derek Smith 2023-03-15 11:22:14 -04:00
parent 72c4df897a
commit 29acc1796d
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
2 changed files with 0 additions and 3 deletions

View File

@ -46,4 +46,3 @@ else
fi
lxc publish --public "$BASE_IMAGE_VM_NAME/$UBUNTU_BASE_IMAGE_NAME" --project=default --alias="$DOCKER_BASE_IMAGE_NAME"

View File

@ -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