This commit is contained in:
Andras Bacsai 2023-04-28 14:25:53 +02:00
parent 9f19e9161f
commit 45889b8b9f

View File

@ -26,7 +26,7 @@ protected function upgrade()
"curl -fsSL $cdn/docker-compose.prod.yml -o /data/coolify/source/docker-compose.prod.yml",
"curl -fsSL $cdn/.env.production -o /data/coolify/source/.env.production",
"curl -fsSL $cdn/upgrade.sh -o /data/coolify/source/upgrade.sh",
"nohup bash /data/coolify/source/upgrade.sh $this->latestVersion &"
"bash /data/coolify/source/upgrade.sh $this->latestVersion &"
]);
$this->emit('updateInitiated');
}