Firewall: Fix typo in backup script which stops the conversion of old firewallrules

This commit is contained in:
Alexander Marx
2013-11-05 13:47:56 +01:00
committed by Michael Tremer
parent f8cbcb7c8a
commit cbc6219852

View File

@@ -120,7 +120,7 @@ elsif ($ARGV[0] eq 'restore') {
#PORTFORWARD CONVERTER
if( -d "${General::swroot}/portfw"){
#START CONVERTER "PORTFW"
System("/usr/sbin/convert-portfw");
system("/usr/sbin/convert-portfw");
rmtree("${General::swroot}/portfw");
}
system("/usr/local/bin/firewallctrl");