fix
This commit is contained in:
		| @@ -66,11 +66,11 @@ class InstanceAutoUpdateJob implements ShouldQueue | |||||||
|                 ], $this->server); |                 ], $this->server); | ||||||
|             } else { |             } else { | ||||||
|                 instant_remote_process([ |                 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); |                 ], $this->server); | ||||||
| 
 | 
 | ||||||
|                 remote_process([ |                 remote_process([ | ||||||
|                     "bash /tmp/upgrade.sh $this->latest_version" |                     "bash /data/coolify/source/upgrade.sh $this->latest_version" | ||||||
|                 ], $this->server); |                 ], $this->server); | ||||||
|             } |             } | ||||||
|         } catch (\Exception $e) { |         } catch (\Exception $e) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Andras Bacsai
					Andras Bacsai