mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
wip
This commit is contained in:
@@ -131,7 +131,7 @@ if (!function_exists('runRemoteCommandSync')) {
|
||||
if (!$throwError) {
|
||||
return false;
|
||||
}
|
||||
Log::error($output);
|
||||
Log::error($process->errorOutput());
|
||||
throw new \RuntimeException('There was an error running the command.');
|
||||
}
|
||||
return $output;
|
||||
|
||||
Reference in New Issue
Block a user