mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
fix: save cmd output propely (merge)
This commit is contained in:
@@ -59,7 +59,7 @@ trait ExecuteRemoteCommand
|
||||
$this->application_deployment_queue->save();
|
||||
|
||||
if ($this->save) {
|
||||
$this->saved_outputs[$this->save] = Str::of($output)->trim();
|
||||
$this->saved_outputs[$this->save] .= Str::of($output)->trim();
|
||||
}
|
||||
});
|
||||
$this->application_deployment_queue->update([
|
||||
|
||||
Reference in New Issue
Block a user