From dfcf2e04fff1f103eb3806913b3823afa04773ac Mon Sep 17 00:00:00 2001 From: Foxly IT Blog <81775975+foxly-it@users.noreply.github.com> Date: Thu, 22 Jul 2021 09:13:34 +0200 Subject: [PATCH] Update backup.sh --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 2e2c27c..f3ae5c9 100644 --- a/backup.sh +++ b/backup.sh @@ -90,7 +90,7 @@ global_exit=$(( backup_exit > prune_exit ? backup_exit : prune_exit )) if [ ${global_exit} -eq 0 ]; then info "Backup und/oder Prune erfolgreich beendet" elif [ ${global_exit} -eq 1 ]; then - info "Backup und/oder Prune beendet Warungen" + info "Backup und/oder Prune beendet mit Warungen" else info "Backup und/oder Prune beendet mit Fehlern" fi