From 15a289e8203959072b40a621065343bc1473304f Mon Sep 17 00:00:00 2001 From: szaimen Date: Fri, 11 Mar 2022 09:27:38 +0100 Subject: [PATCH] fix typo in backup script Signed-off-by: szaimen --- Containers/borgbackup/backupscript.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/borgbackup/backupscript.sh b/Containers/borgbackup/backupscript.sh index c3c74e31..b975cc05 100644 --- a/Containers/borgbackup/backupscript.sh +++ b/Containers/borgbackup/backupscript.sh @@ -202,7 +202,7 @@ fi # Do the Backup check if [ "$BORG_MODE" = check ]; then get_start_time - echo "Checking the backup integity..." + echo "Checking the backup integrity..." # Perform the check if ! borg check --verify-data --progress "$BORG_BACKUP_DIRECTORY"; then