This commit is contained in:
shevabam 2020-12-15 20:54:36 +01:00
commit ccc28acea7
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class Misc
foreach ($cmds as $cmd)
{
if (trim(shell_exec($cmd.$args)) != '')
if (trim(shell_exec($cmd.' 2>/dev/null '.$args)) != '')
{
$return = $cmd;