mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Firewall: Fix typo in backup script which stops the conversion of old firewallrules
This commit is contained in:
committed by
Michael Tremer
parent
f8cbcb7c8a
commit
cbc6219852
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user