mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
Fix typo in borgbackup.sh (#2591)
Signed-off-by: pq2 <github@nhelmschmidt.de>
This commit is contained in:
parent
70bdcfae8f
commit
b23be733d1
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user