aboutsummaryrefslogtreecommitdiff
path: root/handlers/mysql
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2005-06-13 19:37:26 +0000
committerMicah Anderson <micah@riseup.net>2005-06-13 19:37:26 +0000
commitd52a1ac97e97c51c15ccd52d7dce93d3a092e636 (patch)
tree42918cd2f4a8eca871c90b11f36d0d32149bf856 /handlers/mysql
parent5c874587546b032230a74ca09d8ba98548785c9e (diff)
downloadbackupninja-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/mysql')
-rw-r--r--handlers/mysql2
1 files changed, 1 insertions, 1 deletions
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