mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Merge branch 'master' of github.com:webmin/webmin
This commit is contained in:
@@ -316,7 +316,7 @@ else {
|
||||
# Create (if necessary) the Webmin iptables init script
|
||||
sub create_webmin_init
|
||||
{
|
||||
local $res = &iptable_restore_command();
|
||||
local $res = &iptables_restore_command();
|
||||
local $ipt = &has_command("ip${ipvx}tables");
|
||||
local $out = &backquote_command("$res -h 2>&1 </dev/null");
|
||||
if ($out =~ /\s+-w\s+/) {
|
||||
|
||||
Reference in New Issue
Block a user