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

(-)a/debian/scripts/koha-remove (-1 / +4 lines)
Lines 88-93 eof Link Here
88
    if is_plack_running $name; then
88
    if is_plack_running $name; then
89
        koha-plack --stop $name || /bin/true
89
        koha-plack --stop $name || /bin/true
90
    fi
90
    fi
91
    # Stop the SIP server if needed
92
    if is_sip_running $name; then
93
        koha-sip --stop $name || /bin/true
94
    fi
91
95
92
    instancefile=$(get_apache_config_for $name)
96
    instancefile=$(get_apache_config_for $name)
93
    le_opacdomain=$(letsencrypt_get_opacdomain_for $name)
97
    le_opacdomain=$(letsencrypt_get_opacdomain_for $name)
94
- 

Return to bug 22235