From b756a86db7bb96737b8a6f82934e5ab675b2811c Mon Sep 17 00:00:00 2001
From: Micah Anderson <micah@riseup.net>
Date: Wed, 1 Feb 2006 18:12:29 +0000
Subject: [PATCH] This test needs to be inverted, otherwise it doesn't backup
 vservers at all

---
 handlers/mysql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/handlers/mysql b/handlers/mysql
index 68f4f3c6..0ff98849 100644
--- a/handlers/mysql
+++ b/handlers/mysql
@@ -24,7 +24,7 @@ getconf configfile /etc/mysql/debian.cnf
 local usevserver=no
 local vroot
 if [ $vservers_are_available = yes ]; then
-   if [ -z "$vsname" ]; then
+   if [ ! -z "$vsname" ]; then
       # does it exist ?
       if ! vservers_exist "$vsname" ; then
          fatal "The vserver given in vsname ($vsname) does not exist."
-- 
GitLab