You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -176,7 +171,6 @@ public function execute($run_as_user = false)
176
171
$return_var = 0;
177
172
178
173
if (is_dir($this->path_executable)){
179
-
180
174
chdir($this->path_executable);
181
175
exec($this->the_command, $output, $return_var);
182
176
} else {
@@ -185,7 +179,7 @@ public function execute($run_as_user = false)
185
179
186
180
if($return_var != 0)
187
181
thrownew \Exception("Your report has an error and couldn't be processed! Try to output the command using the function `output();` and run it manually in the console.", 1);
0 commit comments