Fix in shell command

This commit is contained in:
Antonio de la Rosa 2026-01-08 18:43:07 +01:00
parent f4a7b41b4d
commit b8242beb08

View file

@ -57,7 +57,7 @@ class Linux {
echo 'Error executing command '.$final_command."\n";
if($exit_if_error) {
if($exit_if_error==1) {
exit($result);