Added -q to vserver-info test in mysql handler to quiet the test
to see if it is running
git-svn-id: http://code.autistici.org/svn/backupninja/trunk@271
758a04ac-41e6-0310-8a23-
8373a73cc35d
# 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."