wording for deprecated config file

This commit is contained in:
Jérémy Lecour 2022-04-28 18:56:19 +02:00 committed by Jérémy Lecour
parent 80b0d35e2f
commit 4c6d6941e2

View file

@ -208,7 +208,7 @@ source_configuration() {
## even if it has been deprecated since Debian 8
old_config_file="/etc/firewall.rc"
if test -f ${old_config_file}; then
printf "${YELLOW}%s is deprecated. Rename it to %s${RESET}\n" "${old_config_file}" "${config_file}" >&2
printf "${YELLOW}%s is deprecated and ignored. Rename it to %s${RESET}\n" "${old_config_file}" "${config_file}" >&2
fi
exit 1