|
|
@@ -119,6 +119,8 @@ class TemplateInstallProvider extends BaseDataProvider implements ClientArea, Ad
|
|
|
elseif($this->configuration()->isQemu() && $this->configuration()->getCiuser()){
|
|
|
$this->hosting()->update(['username' =>$this->configuration()->getCiuser() ]);
|
|
|
}
|
|
|
+ //update osTemplate in config
|
|
|
+ $this->hosting()->update(['customconfigoption[osTemplate]' => $this->formData['id']]);
|
|
|
$arguments = [
|
|
|
'hostingId' => $this->getWhmcsParamByKey('serviceid'),
|
|
|
"osTemplate" => $this->formData['id'],
|