Revert "Rename startup command to add deprecation support to containers."
This reverts commit fdd1d11038
.
This commit is contained in:
parent
fdd1d11038
commit
5d990dcb06
1 changed files with 2 additions and 2 deletions
|
@ -282,7 +282,7 @@ class ServerRepository
|
|||
|
||||
// Add Variables
|
||||
$environmentVariables = [
|
||||
'STARTUP_CMD' => $data['startup'],
|
||||
'STARTUP' => $data['startup'],
|
||||
];
|
||||
|
||||
foreach ($variableList as $item) {
|
||||
|
@ -684,7 +684,7 @@ class ServerRepository
|
|||
])->request('PATCH', '/server', [
|
||||
'json' => [
|
||||
'build' => [
|
||||
'env|overwrite' => $environment->pluck('value', 'variable')->merge(['STARTUP_CMD' => $server->startup]),
|
||||
'env|overwrite' => $environment->pluck('value', 'variable')->merge(['STARTUP' => $server->startup]),
|
||||
],
|
||||
],
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue