Fix error reading file 'ban_ipv4.list'.

This commit is contained in:
Christoph 2018-04-19 18:11:24 +02:00
parent fff4487e7c
commit de3cbeb8d1

View File

@ -499,7 +499,7 @@ if [[ -f "${CONFIG_DIR}/ban_ipv4.list" ]] ; then
msg="$msg '${given_ipv4}'"
fi
done < "${ipt_conf_dir}/ban_ipv4.list"
done < "${CONFIG_DIR}/ban_ipv4.list"
echo_done
if [[ -n "$msg" ]]; then