From ca1a08ff5864a2a4ef8e11070330eb0f5eb3c518 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 1 Aug 2013 10:39:21 -0400 Subject: [PATCH] LP1204123 Remove osrf_ctl debug echos Signed-off-by: Bill Erickson Signed-off-by: Jason Stephenson --- bin/osrf_ctl.sh.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/osrf_ctl.sh.in b/bin/osrf_ctl.sh.in index 78995ab..c6d6efd 100755 --- a/bin/osrf_ctl.sh.in +++ b/bin/osrf_ctl.sh.in @@ -260,7 +260,6 @@ EOF PL_ARGS="$PL_ARGS --action start_all"; fi; - echo "opensrf-perl.pl $PL_ARGS"; opensrf-perl.pl $PL_ARGS; #Dummy pid file, removed when a proper shutdown happens. @@ -279,7 +278,6 @@ stop_perl() { PL_ARGS="$PL_ARGS --action stop_all"; fi; - echo "opensrf-perl.pl $PL_ARGS"; opensrf-perl.pl $PL_ARGS; # remove the dummy PID file @@ -312,7 +310,6 @@ EOF C_ARGS="$C_ARGS -a start_all"; fi; - echo "opensrf-c $C_ARGS"; opensrf-c $C_ARGS; #Dummy pid file, removed when a proper shutdown happens. @@ -334,7 +331,6 @@ stop_c() { C_ARGS="$C_ARGS -a stop_all"; fi; - echo "opensrf-c $C_ARGS"; opensrf-c $C_ARGS; [ -e $PID_OSRF_C ] && rm $PID_OSRF_C; -- 2.43.2