mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Use en-dash
Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
9b9f72dcb8
commit
e03e440653
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ fi
|
||||||
|
|
||||||
# Do not continue if this file exists (needed for simple external blocking)
|
# Do not continue if this file exists (needed for simple external blocking)
|
||||||
if [ -f "$BORG_BACKUP_DIRECTORY/aio-lockfile" ]; then
|
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."
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue