fix the initial credential screen

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2021-12-01 01:49:55 +01:00
parent 3f672595ea
commit dca989e99b
3 changed files with 0 additions and 15 deletions

View file

@ -108,7 +108,6 @@ class DockerController
// set AIO_TOKEN
$config['AIO_TOKEN'] = bin2hex(random_bytes(24));
$this->configurationManager->WriteConfig($config);
$this->configurationManager->SetIsContainerUpateAvailable(false);
// Stop domaincheck since apache would not be able to start otherwise
$this->StopDomaincheckContainer();