mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
fix chellcheck
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
f8e55119dd
commit
c238e815fa
2 changed files with 2 additions and 2 deletions
|
|
@ -521,7 +521,7 @@ if [ "$BORG_MODE" = check ]; then
|
|||
# Perform the check
|
||||
if ! borg check -v --verify-data; then
|
||||
echo "Some errors were found while checking the backup integrity!"
|
||||
echo "Check the AIO interface for advices on how to proceed now!"
|
||||
echo "Check the AIO interface for advice on how to proceed now!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue