X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=handlers%2Frdiff.in;h=45d5096675ba4a60c6e1f2ad8cd00402127ec0a6;hb=f549dc44f65919dde9429f25e0e9de941ff3cebb;hp=51da1cc8713becd43ee761939666e82a39d1646a;hpb=4ecaae94054c4eb919ddbd45904d834383a09558;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/handlers/rdiff.in b/handlers/rdiff.in index 51da1cc..45d5096 100644 --- a/handlers/rdiff.in +++ b/handlers/rdiff.in @@ -1,4 +1,5 @@ # -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*- +# vim: set filetype=sh sw=3 sts=3 expandtab autoindent: # # rdiff-backup handler script for backupninja # requires rdiff-backup @@ -58,7 +59,7 @@ function check_consistency() { if [ "$user" == "" ]; then fatal "User must be specified for remote $section." fi - if [ "host" == "" ]; then + if [ "$host" == "" ]; then fatal "Host must be specifed for remote $section." fi fi