View | Details | Raw Unified | Return to bug 22397
Collapse All | Expand All

(-)a/debian/scripts/koha-sip (-2 / +1 lines)
Lines 85-91 start_sip() Link Here
85
                    /etc/koha/sites/${name}/SIPconfig.xml"
85
                    /etc/koha/sites/${name}/SIPconfig.xml"
86
86
87
        [ "$verbose" != "no" ] && \
87
        [ "$verbose" != "no" ] && \
88
            log_daemon_msg "Starting Koha Zebra daemon for ${name}"
88
            log_daemon_msg "Starting SIP server for ${name}"
89
89
90
        if daemon $DAEMONOPTS -- perl $SIP_PARAMS; then
90
        if daemon $DAEMONOPTS -- perl $SIP_PARAMS; then
91
            ([ "$verbose" != "no" ] && \
91
            ([ "$verbose" != "no" ] && \
92
- 

Return to bug 22397