X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=handlers%2Fmysql;h=cd2d491f0bb1cc27deb0ef5399d3c3af8ad9bce0;hb=0912bf6000029865500f0fe5428d846520ae8a4d;hp=55bfb25be0de184e9b4e1b897053d708e4eac19b;hpb=4321291593cdc8eccb1db7804f8f53f571e8bd93;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/handlers/mysql b/handlers/mysql index 55bfb25..cd2d491 100644 --- a/handlers/mysql +++ b/handlers/mysql @@ -51,12 +51,12 @@ fi # If needed, make sure that the specified vserver exists and is running. if [ $usevserver ] then - info "examining vserver '$vsname'" + info "Examining vserver '$vsname'" # does it exist ? vroot="$VROOTDIR/$vsname" [ -d $vroot ] || fatal "vserver '$vsname' does not exist at '$vroot'" # is it running ? - $VSERVERINFO $vsname RUNNING + $VSERVERINFO -q $vsname RUNNING if [ $? -ne 0 ] then fatal "vserver $vsname is not running."