mirror of
https://github.com/webmin/webmin.git
synced 2026-08-22 23:10:34 +01:00
Fix Bacula FileSet option indentation
This commit is contained in:
@@ -72,13 +72,13 @@ else {
|
||||
|
||||
# Save compression level
|
||||
if ($in{'comp'}) {
|
||||
&save_directive($conf, $opts, "Compression", $in{'comp'}, 1);
|
||||
&save_directive($conf, $opts, "Compression", $in{'comp'}, 3);
|
||||
}
|
||||
else {
|
||||
&save_directive($conf, $opts, "Compression", undef);
|
||||
}
|
||||
|
||||
&save_directive($conf, $opts, "OneFS", $in{'onefs'} || undef, 1);
|
||||
&save_directive($conf, $opts, "OneFS", $in{'onefs'} || undef, 3);
|
||||
|
||||
# Create or update
|
||||
if ($in{'new'}) {
|
||||
|
||||
Reference in New Issue
Block a user