diff options
author | Micah Anderson <micah@riseup.net> | 2006-04-05 04:40:40 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2006-04-05 04:40:40 +0000 |
commit | e12521be73b7b67c884277ad5339977c49ef7f0b (patch) | |
tree | 9607a3f69f8215bcf15b477c7fa14a45b64ba9de /handlers/dup | |
parent | 5dc573b4c991bad1b38819abd8a8e65afe391427 (diff) | |
download | backupninja-e12521be73b7b67c884277ad5339977c49ef7f0b.tar.gz backupninja-e12521be73b7b67c884277ad5339977c49ef7f0b.tar.bz2 |
Removed over zelous vsnames check
Diffstat (limited to 'handlers/dup')
-rw-r--r-- | handlers/dup | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/handlers/dup b/handlers/dup index 1f54652..e490aa5 100644 --- a/handlers/dup +++ b/handlers/dup @@ -51,7 +51,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 ### see if we can login ### |