This commit is contained in:
Andras Bacsai
2024-11-10 22:07:41 +01:00
parent 60de7dc711
commit 47e9e69ce0
3 changed files with 7 additions and 45 deletions

View File

@@ -56,7 +56,7 @@ class UpdateCoolify
remote_process([
'curl -fsSL https://cdn.coollabs.io/coolify/upgrade.sh -o /data/coolify/source/upgrade.sh',
"bash /data/coolify/source/upgrade.sh --latest-coolify-version $this->latestVersion",
"bash /data/coolify/source/upgrade.sh $this->latestVersion",
], $this->server);
}
}