mirror of
https://github.com/webmin/webmin.git
synced 2026-05-25 15:40:30 +01:00
Don't fail table rebuild unless postmap fails
This commit is contained in:
@@ -562,7 +562,7 @@ sub regenerate_any_table
|
||||
{
|
||||
next unless $map;
|
||||
local $out = &backquote_logged("$config{'postfix_lookup_table_command'} -c $config_dir $map 2>&1");
|
||||
if ($out) { &error(&text('regenerate_table_efailed', $map, $out)); }
|
||||
if ($?) { &error(&text('regenerate_table_efailed', $map, $out)); }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user