mirror of
https://github.com/webmin/webmin.git
synced 2026-01-14 03:11:35 +00:00
12 lines
220 B
Perl
Executable File
12 lines
220 B
Perl
Executable File
#!/usr/local/bin/perl
|
|
# Apply the Bacula configuration
|
|
|
|
require './bacula-backup-lib.pl';
|
|
&error_setup($text{'apply_err'});
|
|
$err = &apply_configuration();
|
|
&error($err) if ($err);
|
|
&webmin_log("restart");
|
|
&redirect("");
|
|
|
|
|