mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-03 20:52:06 +00:00
remove default value
This commit is contained in:
@@ -71,7 +71,7 @@ class InstanceAutoUpdateJob implements ShouldQueue
|
||||
|
||||
remote_process([
|
||||
"bash /data/coolify/source/upgrade.sh $this->latest_version"
|
||||
], $this->server, ActivityTypes::INLINE->value);
|
||||
], $this->server);
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
Log::error($e->getMessage());
|
||||
|
||||
Reference in New Issue
Block a user