mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-24 08:33:40 +01:00
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"',
|
emit( ' fatal_error "No network interface available"',
|
||||||
' else',
|
' else',
|
||||||
' startup_error "No network interface available',
|
' startup_error "No network interface available"',
|
||||||
' fi',
|
' fi',
|
||||||
' ;;',
|
' ;;',
|
||||||
' esac',
|
' esac',
|
||||||
|
Loading…
Reference in New Issue
Block a user