From: Bill Erickson Date: Thu, 1 Aug 2013 14:39:21 +0000 (-0400) Subject: LP1204123 Remove osrf_ctl debug echos X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ca1a08ff5864a2a4ef8e11070330eb0f5eb3c518;p=working%2FOpenSRF.git LP1204123 Remove osrf_ctl debug echos Signed-off-by: Bill Erickson Signed-off-by: Jason Stephenson --- 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;