From e03e440653bb3ab4ec7a2dab4f488442ce187537 Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 28 Aug 2023 08:43:01 +0200 Subject: [PATCH] Use en-dash Signed-off-by: Simon L Signed-off-by: Simon L. --- 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 682091a7..f5f844d5 100644 --- a/Containers/borgbackup/backupscript.sh +++ b/Containers/borgbackup/backupscript.sh @@ -47,7 +47,7 @@ fi # Do not continue if this file exists (needed for simple external blocking) if [ -f "$BORG_BACKUP_DIRECTORY/aio-lockfile" ]; then - echo "Not continuing because aio-lockfile exists -- it seems like a script is externally running which is locking the backup archive." + echo "Not continuing because aio-lockfile exists – it seems like a script is externally running which is locking the backup archive." echo "If this should not be the case, you can fix this by deleting the 'aio-lockfile' file from the backup archive directory." exit 1 fi