|
|
@@ -118,7 +118,7 @@ class TemplateInstallProvider extends BaseDataProvider implements ClientArea, Ad
|
|
|
}
|
|
|
elseif($this->configuration()->isQemu() && $this->configuration()->getCiuser()){
|
|
|
$ciuser = $this->formData['username'] ? $this->formData['username'] : $vm->config()['ciuser'];
|
|
|
- $this->hosting()->update(['username' => $ciuser ?: 'root' ]]);
|
|
|
+ $this->hosting()->update(['username' => $ciuser ?: 'root' ]);
|
|
|
}
|
|
|
$arguments = [
|
|
|
'hostingId' => $this->getWhmcsParamByKey('serviceid'),
|