From 790824f443da7d99799258180f3d386f20d45462 Mon Sep 17 00:00:00 2001 From: Mike Hibler Date: Fri, 11 Mar 2016 14:06:04 -0700 Subject: [PATCH] When probing for the monitoring DB, redirect output to /dev/null So mike doesn't get worried... --- rc.d/3.testbed.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.d/3.testbed.sh.in b/rc.d/3.testbed.sh.in index 7c20329d5..865b9345a 100755 --- a/rc.d/3.testbed.sh.in +++ b/rc.d/3.testbed.sh.in @@ -152,7 +152,7 @@ case "$1" in @prefix@/sbin/attend fi - if /usr/local/bin/mysql monitoring < /dev/null; then + if /usr/local/bin/mysql monitoring /dev/null 2>&1; then if [ -x @prefix@/sbin/protogeni/mondbd ]; then echo -n " mondbd" @prefix@/sbin/protogeni/mondbd -- GitLab