From: Bastian Dehn Date: Wed, 7 Nov 2018 18:54:01 +0000 (+0100) Subject: change: error to fehler X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=9dc0d907ac936336e1818e0915db6a423bc305a9;p=simple-backup.git change: error to fehler --- diff --git a/backup b/backup index 06a294e..eb3b321 100755 --- a/backup +++ b/backup @@ -30,7 +30,7 @@ SetDefaultVariables() mode="incremental" if [ ! -d "$backpath" ]; then - printf "ERROR: %s existiert nicht!\n" "$backpath" + printf "FEHLER: %s existiert nicht!\n" "$backpath" exit 1 fi } @@ -242,7 +242,7 @@ BackupPathes() BackupRemotePC() { if [ ! -f "rechner" ]; then - printf "ERROR: file rechner not exists!\n" + printf "FEHLER: file rechner not exists!\n" exit 1 fi