From 3fb9ffb57b70148f5ede75df42e4993dfc0d21fe Mon Sep 17 00:00:00 2001 From: micah Date: Tue, 31 Jan 2006 17:35:46 +0000 Subject: [PATCH] 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 --- handlers/rdiff | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2