mirror of
https://github.com/webmin/webmin.git
synced 2026-02-08 08:19:57 +00:00
Presumably some args are passed to the sub when called using cli causing unintentional outcome https://forum.virtualmin.com/t/collectinfo-pl-high-cpu-usage/108841/4 https://www.virtualmin.com/node/54532#comment-832029
9 lines
194 B
Perl
Executable File
9 lines
194 B
Perl
Executable File
#!/usr/local/bin/perl
|
|
# Refresh background collected info
|
|
|
|
use strict;
|
|
use warnings;
|
|
require './system-status-lib.pl';
|
|
&scheduled_collect_system_info('manual');
|
|
&redirect($ENV{'HTTP_REFERER'});
|