mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-22 22:30:58 +01:00
Correct typo in error message.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
92d39dc56d
commit
22c3766b47
@ -1630,7 +1630,7 @@ add_command() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if ! qt $IPSET -L $ipset -n; then
|
if ! qt $IPSET -L $ipset -n; then
|
||||||
fatal_error "Zone $zone, interface $interface is does not have a dynamic host list"
|
fatal_error "Zone $zone, interface $interface does not have a dynamic host list"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
host=${host#*:}
|
host=${host#*:}
|
||||||
|
Loading…
Reference in New Issue
Block a user