Added trac handler, changed VSERVERS variable to be lowercase and
[matthijs/upstream/backupninja.git] / handlers / sys
index f111097ebb2698980c08447fed4ebacc668432b0..9b836a7efce3ce43191c51f5e6dba05f6dfe6c80 100755 (executable)
@@ -27,7 +27,7 @@ getconf hardware yes
 getconf hardwarefile /var/backups/hardware.txt
 
 # See if vservers are configured
-if [ "$VSERVERS" = "yes" ]
+if [ "$vservers" = "yes" ]
 then
        if [ ! -d $VROOTDIR ]
        then