X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=blobdiff_plain;f=handlers%2Fdup;h=5970694b03f9b6d5ce3999287bca83daf7e3c948;hp=2e4312b0d34ad5d62007a79633b3494ab722e691;hb=4beb261328e6e09d9f23c2f3a7a45e2ed94d30bc;hpb=b91c32792d3cabf3b3a153e45bcf04148ae24a54 diff --git a/handlers/dup b/handlers/dup index 2e4312b..5970694 100644 --- a/handlers/dup +++ b/handlers/dup @@ -57,6 +57,9 @@ if [ "$vservers" == "yes" ]; then else [ -z "$vsinclude" ] || warning 'vsnames is empty, vsinclude configuration lines will be ignored' fi +else + [ -z "$vsinclude" ] || warning 'vservers support disabled in backupninja.conf, vsincludes configuration lines will be ignored' + [ -z "$vsnames" ] || warning 'vservers support disabled in backupninja.conf, vsnames configuration line will be ignored' fi ### see if we can login ###