From: Micah Anderson Date: Tue, 31 Jan 2006 17:35:46 +0000 (+0000) Subject: Removed vsnames variable check as it is "over-paranoid" :) X-Git-Tag: backupninja-0.9.3~1 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=commitdiff_plain;h=cf0e2ac5d5efba9bbc2efc79901467fd94cf3f15 Removed vsnames variable check as it is "over-paranoid" :) --- diff --git a/handlers/rdiff b/handlers/rdiff index adc4b5d..4871d4e 100644 --- a/handlers/rdiff +++ b/handlers/rdiff @@ -109,7 +109,6 @@ if [ $vservers_are_available = yes ]; then 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 # check the connection at the source and destination