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

(-)a/debian/koha-common.postinst (-2 / +1 lines)
Lines 136-142 log4perl_component() Link Here
136
    local config=$1
136
    local config=$1
137
    local component=$2
137
    local component=$2
138
138
139
    if grep -q -x "log4perl.logger.$component" $config; then
139
    if grep -q "log4perl.logger.$component" $config; then
140
        return 0
140
        return 0
141
    else
141
    else
142
        return 1
142
        return 1
143
- 

Return to bug 25524