Fix typo in borgbackup.sh (#2591)

Signed-off-by: pq2 <github@nhelmschmidt.de>
This commit is contained in:
pq2 2023-11-09 23:26:10 +00:00 committed by GitHub
parent 70bdcfae8f
commit b23be733d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -662,7 +662,7 @@ then
fi
# Check the backup
inform_user "$ICyan" "Checking the backup integity..."
inform_user "$ICyan" "Checking the backup integrity..."
# TODO: check how long this takes. If too long, remove the --verifa-data flag
if ! borg check --verify-data "$BACKUP_TARGET_DIRECTORY"
then