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