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

(-)a/debian/scripts/koha-sip (-3 / +2 lines)
Lines 149-158 stop_sip() Link Here
149
restart_sip()
149
restart_sip()
150
{
150
{
151
    local name=$1
151
    local name=$1
152
    local noLF="-n"
153
    [ "$verbose" != "no" ] && noLF=""
152
154
153
    if is_sip_running ${name}; then
155
    if is_sip_running ${name}; then
154
        local noLF="-n"
155
        [ "$verbose" != "no" ] && noLF=""
156
        echo $noLF `stop_sip ${name}`
156
        echo $noLF `stop_sip ${name}`
157
157
158
        MAX_ITERATION=10
158
        MAX_ITERATION=10
159
- 

Return to bug 24991