From d52a1ac97e97c51c15ccd52d7dce93d3a092e636 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 13 Jun 2005 19:37:26 +0000 Subject: Added trac handler, changed VSERVERS variable to be lowercase and added some vserver documentation to README and to the handlers --- handlers/sys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'handlers/sys') 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 -- cgit v1.2.3