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

(-)a/debian/scripts/koha-stop-zebra (-2 / +1 lines)
Lines 33-37 do Link Here
33
        --stop \
33
        --stop \
34
        -- \
34
        -- \
35
        zebrasrv \
35
        zebrasrv \
36
        -f "/etc/koha/sites/$name/koha-conf.xml"
36
        -f "/etc/koha/sites/$name/koha-conf.xml" || true
37
done
37
done
38
- 

Return to bug 6929