mysql,pgsql,svn,sys: fixed failing "is vserver running" test
[matthijs/upstream/backupninja.git] / handlers / mysql
index 569b0a206d21dc4b509539fd969c2ce6e9d181e3..8d59fa4b0cd1cb897b8199605930a604058adf6b 100644 (file)
@@ -57,7 +57,7 @@ then
        [ -d $vroot ] || fatal "vserver '$vsname' does not exist at '$vroot'"
        # is it running ?
        running=`$VSERVERINFO $vsname RUNNING`
-       [ $running = 1 ] || fatal "vserver $vsname is not running."
+       [ "$running" = "1" ] || fatal "vserver $vsname is not running."
 fi
        
 # create backup dirs, the vroot variable will be empty if no vsname was specified