diff options
author | Micah Anderson <micah@riseup.net> | 2006-01-31 17:35:46 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2006-01-31 17:35:46 +0000 |
commit | cf0e2ac5d5efba9bbc2efc79901467fd94cf3f15 (patch) | |
tree | b5b5b296c3e266570a842d732ae7ace3f1c50029 /handlers/rdiff | |
parent | 94af1f196a0a48f5f5575fa389c1957dbee3486e (diff) | |
download | backupninja-cf0e2ac5d5efba9bbc2efc79901467fd94cf3f15.tar.gz backupninja-cf0e2ac5d5efba9bbc2efc79901467fd94cf3f15.tar.bz2 |
Removed vsnames variable check as it is "over-paranoid" :)
Diffstat (limited to 'handlers/rdiff')
-rw-r--r-- | handlers/rdiff | 1 |
1 files changed, 0 insertions, 1 deletions
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 |