mirror of
https://github.com/webmin/webmin.git
synced 2026-09-14 09:30:39 +01:00
Explicitly use correct map type
This commit is contained in:
@@ -681,7 +681,7 @@ sub regenerate_any_table
|
||||
{
|
||||
next unless $map;
|
||||
if (&file_map_type($map->[0])) {
|
||||
local $out = &backquote_logged("$config{'postfix_lookup_table_command'} -c $config_dir $map->[1] 2>&1");
|
||||
local $out = &backquote_logged("$config{'postfix_lookup_table_command'} -c $config_dir $map->[0]:$map->[1] 2>&1");
|
||||
if ($?) { &error(&text('regenerate_table_efailed', $map->[1], $out)); }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user