]> git.pld-linux.org Git - packages/Zope3.git/blobdiff - Zope3.init
- updated for 3.2.0
[packages/Zope3.git] / Zope3.init
index 18879b3a2883f99beef7fc69e7b0a547b1a88072..311810dde639ca0a836a445fbcf115fc64a70055 100644 (file)
@@ -34,7 +34,7 @@ zope_ctl()
        action="$3"
        errors=""
        typeset -i exit_code=0
-       
+
        show "$message"; busy
        if ! cd "$instance_home/var" 2>/dev/null ; then
                fail
@@ -62,7 +62,7 @@ start_instances()
 
        if [ -f /var/lock/subsys/"zope3-$INSTANCE_NAME" ]; then
                msg_already_running "Zope 3 instance $INSTANCE_NAME"
-               continue        
+               continue
        fi
 
        zope_ctl "Starting Zope instance $INSTANCE_NAME" "$INSTANCE_HOME" start
@@ -84,9 +84,9 @@ stop_instances()
 
        if [ ! -f /var/lock/subsys/"zope3-$INSTANCE_NAME" ]; then
                msg_not_running "Zope 3 instance $INSTANCE_NAME"
-               continue        
+               continue
        fi
-       
+
        zope_ctl "Stopping Zope instance $INSTANCE_NAME" "$INSTANCE_HOME" stop
 
        RET=$?
This page took 0.121305 seconds and 4 git commands to generate.