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

(-)a/debian/scripts/koha-plack (-3 / +2 lines)
Lines 164-171 restart_plack() Link Here
164
    if is_plack_running ${instancename}; then
164
    if is_plack_running ${instancename}; then
165
        stop_plack $instancename && start_plack $instancename
165
        stop_plack $instancename && start_plack $instancename
166
    else
166
    else
167
        log_daemon_msg "Error: Plack not running for ${instancename}"
167
        warn "Plack not running for ${instancename}. Starting plack now"
168
        log_end_msg 1
168
        start_plack $instancename
169
    fi
169
    fi
170
}
170
}
171
171
172
- 

Return to bug 30684