HEX
Server: Apache/2.4.65 (Debian)
System: Linux kubikelcreative 5.10.0-35-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
User: www-data (33)
PHP: 8.4.13
Disabled: NONE
Upload Files
File: //usr/share/webmin/system-status/postinstall.pl
use strict;
use warnings;
no warnings 'redefine';
no warnings 'uninitialized';
require 'system-status-lib.pl';
our ($module_config_directory, $module_name);

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");
	}
}