forked from extern/shorewall_code
Apply Thomas D's fix for error message in shorewall-init
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
96d833780e
commit
9125a04c45
@ -50,7 +50,7 @@ if [ -f "$SYSCONFDIR/shorewall-init" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "ERROR: /etc/sysconfig/shorewall-init not found" >&2
|
echo "ERROR: ${SYSCONFDIR}/shorewall-init not found" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user