mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Merge pull request #1744 from Elektronator/patch-1
Update save_profile.cgi
This commit is contained in:
@@ -130,6 +130,7 @@ if ($in{'burn'} || $in{'test'}) {
|
||||
$iso = $config{'temp'} ? "$config{'temp'}/burner.iso"
|
||||
: &tempname("burner.iso");
|
||||
local $cmd = "$config{'mkisofs'} -graft-points -o $iso";
|
||||
$cmd .= " -iso-level 3";
|
||||
$cmd .= " -J" if ($profile->{'joliet'});
|
||||
$cmd .= " --netatalk" if ($profile->{'netatalk'});
|
||||
$cmd .= " --cap" if ($profile->{'cap'});
|
||||
|
||||
Reference in New Issue
Block a user