From: Elan Ruusamäe Date: Thu, 8 Dec 2005 01:02:49 +0000 (+0000) Subject: - killed trailing spaces/tabs X-Git-Tag: auto/ac/Zope-2_7_7-2~2 X-Git-Url: https://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=98e0185740b4c268e72f62046e3a80c1853961a2;p=packages%2FZope.git - killed trailing spaces/tabs Changed files: Zope.init -> 1.13 --- diff --git a/Zope.init b/Zope.init index 3e611ae..c24d999 100644 --- a/Zope.init +++ b/Zope.init @@ -40,7 +40,7 @@ start_instances() if [ -f /var/lock/subsys/"zope-$INSTANCE_NAME" ]; then msg_already_running "Zope instance $INSTANCE_NAME" - continue + continue fi run_cmd "Starting Zope instance $INSTANCE_NAME" "$INSTANCE_HOME"/bin/zopectl start @@ -62,9 +62,9 @@ stop_instances() if [ ! -f /var/lock/subsys/"zope-$INSTANCE_NAME" ]; then msg_not_running "Zope instance $INSTANCE_NAME" - continue + continue fi - + run_cmd "Stopping Zope instance $INSTANCE_NAME" "$INSTANCE_HOME"/bin/zopectl stop RET=$? if [ $RET -eq 0 ]; then