Apply Thomas D's fix for error message in shorewall-init

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-09-09 06:50:28 -07:00
parent 96d833780e
commit 9125a04c45

View File

@ -50,7 +50,7 @@ if [ -f "$SYSCONFDIR/shorewall-init" ]; then
exit 1
fi
else
echo "ERROR: /etc/sysconfig/shorewall-init not found" >&2
echo "ERROR: ${SYSCONFDIR}/shorewall-init not found" >&2
exit 1
fi