mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix pushing
This commit is contained in:
@@ -102,7 +102,7 @@ PORT: foreach $p (@ARGV) {
|
||||
else {
|
||||
$r->{'dport'} = [ "", $p ];
|
||||
}
|
||||
unshift(@{$filter->{'files'}}, $r);
|
||||
unshift(@{$filter->{'rules'}}, $r);
|
||||
push(@added, $p);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user