mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-23 14:48:51 +01:00
Correct ip[6]tables-restore failure message
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
9f3cc88cf0
commit
aab1df7421
@ -9193,7 +9193,7 @@ sub create_netfilter_load( $ ) {
|
||||
'',
|
||||
"cat \${VARDIR}/.${utility}-input | \$command # Use this nonsensical form to appease SELinux",
|
||||
'if [ $? != 0 ]; then',
|
||||
qq( fatal_error "iptables-restore Failed. Input is in \${VARDIR}/.${utility}-input"),
|
||||
qq( fatal_error "$utility Failed. Input is in \${VARDIR}/.${utility}-input"),
|
||||
'fi'
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user