mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-03 00:15:54 +02: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",
|
"cat \${VARDIR}/.${utility}-input | \$command # Use this nonsensical form to appease SELinux",
|
||||||
'if [ $? != 0 ]; then',
|
'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'
|
'fi'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user