|
@@ -150,7 +150,7 @@ class VmUpdateProvider extends VmCreateProvider
|
|
|
$this->data
|
|
$this->data
|
|
|
);
|
|
);
|
|
|
|
|
|
|
|
- $vm->updateConfig(['boot' => "order=$this->formData['bootDevice']"]);
|
|
|
|
|
|
|
+ $vm->updateConfig(['boot' => 'order=' . $this->formData['bootDevice']]);
|
|
|
//sshkeys
|
|
//sshkeys
|
|
|
if($this->configuration()->isPermissionSshkeys()){
|
|
if($this->configuration()->isPermissionSshkeys()){
|
|
|
if ($this->formData['sshkeys'])
|
|
if ($this->formData['sshkeys'])
|