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

(-)a/debian/scripts/koha-disable (-1 / +6 lines)
Lines 63-68 do Link Here
63
        RET=$(disable_instance $name)
63
        RET=$(disable_instance $name)
64
        if [ "$RET" = 0 ]; then
64
        if [ "$RET" = 0 ]; then
65
            restart_apache="yes"
65
            restart_apache="yes"
66
            if is_sip_enabled $name; then
67
                koha-stop-sip $name
68
            fi
69
            if is_zebra_running $name; then
70
                koha-stop-zebra $name
71
            fi
66
        elif [ "$RET" = 2 ]; then
72
        elif [ "$RET" = 2 ]; then
67
            warn "Error: Apache configuration file not present for instance $name."
73
            warn "Error: Apache configuration file not present for instance $name."
68
        else
74
        else
69
- 

Return to bug 13785