diff options
author | Micah Anderson <micah@riseup.net> | 2005-06-13 19:37:26 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2005-06-13 19:37:26 +0000 |
commit | d52a1ac97e97c51c15ccd52d7dce93d3a092e636 (patch) | |
tree | 42918cd2f4a8eca871c90b11f36d0d32149bf856 /handlers/sys | |
parent | 5c874587546b032230a74ca09d8ba98548785c9e (diff) | |
download | backupninja-d52a1ac97e97c51c15ccd52d7dce93d3a092e636.tar.gz backupninja-d52a1ac97e97c51c15ccd52d7dce93d3a092e636.tar.bz2 |
Added trac handler, changed VSERVERS variable to be lowercase and
added some vserver documentation to README and to the handlers
Diffstat (limited to 'handlers/sys')
-rwxr-xr-x | handlers/sys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/sys b/handlers/sys index f111097..9b836a7 100755 --- a/handlers/sys +++ b/handlers/sys @@ -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 |