Do not mark a server as "not installed" when updating it's startup arguments
This commit is contained in:
parent
2eccfcc1e3
commit
1ad8b3f37d
2 changed files with 4 additions and 2 deletions
|
@ -101,8 +101,7 @@ class StartupModificationService
|
|||
]);
|
||||
}
|
||||
|
||||
$server->forceFill([
|
||||
'installed' => 0,
|
||||
$server->fill([
|
||||
'startup' => $data['startup'] ?? $server->startup,
|
||||
'skip_scripts' => $data['skip_scripts'] ?? isset($data['skip_scripts']),
|
||||
'image' => $data['docker_image'] ?? $server->image,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue