Update backup.sh

This commit is contained in:
Foxly IT Blog 2021-07-22 09:13:34 +02:00 committed by GitHub
parent 757e1c1367
commit dfcf2e04ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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