diff --git a/Shorewall/Perl/Shorewall/Compiler.pm b/Shorewall/Perl/Shorewall/Compiler.pm index 5f5cf9aca..a27b59af9 100644 --- a/Shorewall/Perl/Shorewall/Compiler.pm +++ b/Shorewall/Perl/Shorewall/Compiler.pm @@ -483,7 +483,7 @@ EOF ' run_refreshed_exit', ' do_iptables -N shorewall', " set_state Started $config_dir", -' [ $0 = \${VARDIR}/firewall ] || cp -f $(my_pathname) ${VARDIR}/firewall', +' [ $0 = ${VARDIR}/firewall ] || cp -f $(my_pathname) ${VARDIR}/firewall', 'else', ' setup_netfilter' );