mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Include other files when backing up to download https://www.virtualmin.com/node/20898
This commit is contained in:
@@ -40,7 +40,8 @@ else {
|
||||
my $temp = &transname();
|
||||
my $size;
|
||||
$err = &execute_backup(\@mods, $temp, \$size, undef,
|
||||
$configfile, $nofiles);
|
||||
$configfile, $nofiles,
|
||||
[ split(/\t+/, $others) ]);
|
||||
if ($err) {
|
||||
&unlink_file($temp);
|
||||
&error($err);
|
||||
|
||||
Reference in New Issue
Block a user