From: micah Date: Tue, 31 Jan 2006 17:35:46 +0000 (+0000) Subject: Removed vsnames variable check as it is "over-paranoid" :) X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=3fb9ffb57b70148f5ede75df42e4993dfc0d21fe;hp=7f02777ad55d61dab765c628e1e10706a8bfacd8;p=matthijs%2Fupstream%2Fbackupninja-vserver.git Removed vsnames variable check as it is "over-paranoid" :) git-svn-id: http://code.autistici.org/svn/backupninja/trunk@357 758a04ac-41e6-0310-8a23-8373a73cc35d --- 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