fix
This commit is contained in:
parent
236b35c93e
commit
570fb8f4c3
@ -66,11 +66,11 @@ public function handle(): void
|
||||
], $this->server);
|
||||
} else {
|
||||
instant_remote_process([
|
||||
"curl -fsSL https://coolify-cdn.b-cdn.net/files/upgrade.sh -o /tmp/upgrade.sh",
|
||||
"curl -fsSL https://coolify-cdn.b-cdn.net/files/upgrade.sh -o /data/coolify/source/upgrade.sh",
|
||||
], $this->server);
|
||||
|
||||
remote_process([
|
||||
"bash /tmp/upgrade.sh $this->latest_version"
|
||||
"bash /data/coolify/source/upgrade.sh $this->latest_version"
|
||||
], $this->server);
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
|
Loading…
Reference in New Issue
Block a user