mirror of
https://github.com/webmin/webmin.git
synced 2026-02-09 08:42:20 +00:00
14 lines
286 B
Perl
Executable File
14 lines
286 B
Perl
Executable File
|
|
require 'system-status-lib.pl';
|
|
|
|
sub module_install
|
|
{
|
|
# Create wrapper for system status setup script
|
|
if (&foreign_check("cron")) {
|
|
&foreign_require("cron");
|
|
&cron::create_wrapper("$module_config_directory/enable-collection.pl",
|
|
$module_name, "enable-collection.pl");
|
|
}
|
|
}
|
|
|