diff --git a/config/cfgroot/general-functions.pl b/config/cfgroot/general-functions.pl index c10a04faa..2f26ca12f 100644 --- a/config/cfgroot/general-functions.pl +++ b/config/cfgroot/general-functions.pl @@ -53,7 +53,6 @@ sub system_background($) { } # Returns the output of a shell command -# if you change this also check speed.cgi that include a local copy for systemload reasons sub system_output($) { my @command = @_; my $pid;