mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
parental-control: fix path used to check if urlfiltering is enabled
This commit is contained in:
parent
89c1fbb38a
commit
bd63c5a090
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ configure_fw_rules() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${urlfilter}" -eq "1" ]; then
|
if [ "${urlfilter}" -eq "1" ]; then
|
||||||
if [ ! -f "${DM_PLUGIN_PATH}" ]; then
|
if [ ! -f "${OVERRIDE_JSON}" ]; then
|
||||||
# throw error
|
# throw error
|
||||||
log "ERROR: urlfiltering disabled at compile time but enabled in config"
|
log "ERROR: urlfiltering disabled at compile time but enabled in config"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue