mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-18 12:47:25 +02:00
Correct ip[6]tables-restore failure message
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
@@ -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'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user