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/mysql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'handlers/mysql') diff --git a/handlers/mysql b/handlers/mysql index a4a1497..d5c0370 100644 --- a/handlers/mysql +++ b/handlers/mysql @@ -28,7 +28,7 @@ fi # If vservers are configured, decide if the handler should # use them or if it should just operate on the host -if [ "$VSERVERS" = "yes" ] +if [ "$vservers" = "yes" ] then if [ ! -z $vsname ] then -- cgit v1.2.3