forked from extern/shorewall_code
Fix missing quote when REQUIRE_INTERFACE=Yes
This commit is contained in:
parent
f977631af9
commit
31a9d24164
@ -907,7 +907,7 @@ sub handle_optional_interfaces( $ ) {
|
||||
|
||||
emit( ' fatal_error "No network interface available"',
|
||||
' else',
|
||||
' startup_error "No network interface available',
|
||||
' startup_error "No network interface available"',
|
||||
' fi',
|
||||
' ;;',
|
||||
' esac',
|
||||
|
Loading…
Reference in New Issue
Block a user