From: micah Date: Wed, 1 Feb 2006 18:12:29 +0000 (+0000) Subject: This test needs to be inverted, otherwise it doesn't backup vservers at all X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=b36138d447182ebdd776da0c7f579286e7b2f22a;hp=3fb9ffb57b70148f5ede75df42e4993dfc0d21fe;p=matthijs%2Fupstream%2Fbackupninja-vserver.git This test needs to be inverted, otherwise it doesn't backup vservers at all git-svn-id: http://code.autistici.org/svn/backupninja/trunk@361 758a04ac-41e6-0310-8a23-8373a73cc35d --- diff --git a/handlers/mysql b/handlers/mysql index 68f4f3c..0ff9884 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."