mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-20 05:11:03 +01:00
Correct line in prior commit.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
893d054cb8
commit
70f26d8bb2
@ -483,7 +483,7 @@ EOF
|
|||||||
' run_refreshed_exit',
|
' run_refreshed_exit',
|
||||||
' do_iptables -N shorewall',
|
' do_iptables -N shorewall',
|
||||||
" set_state Started $config_dir",
|
" set_state Started $config_dir",
|
||||||
' [ \$0 = \${VARDIR}/firewall ] || cp -f \$(my_pathname) \${VARDIR}/firewall',
|
' [ $0 = \${VARDIR}/firewall ] || cp -f $(my_pathname) ${VARDIR}/firewall',
|
||||||
'else',
|
'else',
|
||||||
' setup_netfilter'
|
' setup_netfilter'
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user