Merge branch 'master' of github.com:webmin/webmin

This commit is contained in:
Jamie Cameron
2022-03-11 10:24:25 -08:00

View File

@@ -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+/) {