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

(-)a/debian/scripts/koha-disable (-1 / +3 lines)
Lines 69-74 do Link Here
69
            if is_zebra_running $name; then
69
            if is_zebra_running $name; then
70
                koha-stop-zebra $name
70
                koha-stop-zebra $name
71
            fi
71
            fi
72
            if is_indexer_running $name; then
73
                koha-indexer --stop $name
74
            fi
72
        elif [ "$RET" = 2 ]; then
75
        elif [ "$RET" = 2 ]; then
73
            warn "Error: Apache configuration file not present for instance $name."
76
            warn "Error: Apache configuration file not present for instance $name."
74
        else
77
        else
75
- 

Return to bug 13785