forked from extern/shorewall_code
Apply patch from Daniel Meißner
- Corrects STARTUP_ENABLED=No error message Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
83df8a4e39
commit
18f947eb2f
@ -181,7 +181,7 @@ get_config() {
|
||||
if [ "$2" = Yes ]; then
|
||||
case $STARTUP_ENABLED in
|
||||
No|no|NO)
|
||||
echo " ERROR: $g_product startup is disabled. To enable startup, set STARTUP_ENABLED=Yes in ${CONFDIR}/${g_program}.conf" >&2
|
||||
echo " ERROR: $g_product startup is disabled. To enable startup, set STARTUP_ENABLED=Yes in ${g_confdir}/${g_program}.conf" >&2
|
||||
exit 2
|
||||
;;
|
||||
Yes|yes|YES)
|
||||
|
Loading…
Reference in New Issue
Block a user