From: erickson Date: Wed, 27 Jul 2005 19:31:39 +0000 (+0000) Subject: fixed bug in opensrf_all X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b5742415c857004bbe6b6ccb398a2b0c0581fdc0;p=opensrf%2Fbjwebb.git fixed bug in opensrf_all add untested code for new marc templates git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@439 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/bin/opensrf_all b/bin/opensrf_all index 2c12c66..18d182a 100755 --- a/bin/opensrf_all +++ b/bin/opensrf_all @@ -111,6 +111,7 @@ function makeMeGo { startOpenSRF; echo "OpenSRF started OK"; fi + return 0; } @@ -128,6 +129,7 @@ function stopMe { echo "Stopping Chop Chop..."; killall jserver-c; + return 0; }