diff options
Diffstat (limited to 'handlers')
-rw-r--r-- | handlers/mysql | 2 |
1 files changed, 1 insertions, 1 deletions
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." |