]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
change: error to fehler
authorBastian Dehn <hhaalo@arcor.de>
Wed, 7 Nov 2018 18:54:01 +0000 (19:54 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Wed, 7 Nov 2018 18:54:01 +0000 (19:54 +0100)
backup

diff --git a/backup b/backup
index 06a294e11ed8b7f25990a4b28ffde951ac315379..eb3b3215951f705c0dc6902c3bb524e3b5a21827 100755 (executable)
--- 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