mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-28 06:20:14 +00:00
try to speed up the initial login
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
@@ -490,6 +490,10 @@ class DockerActionManager
|
||||
}
|
||||
|
||||
public function isAnyUpdateAvailable() : bool {
|
||||
// return early if instance is not installed
|
||||
if (!$this->configurationManager->wasStartButtonClicked()) {
|
||||
return false;
|
||||
}
|
||||
$id = 'nextcloud-aio-apache';
|
||||
|
||||
if ($this->isContainerUpdateAvailable($id) !== "") {
|
||||
|
||||
Reference in New Issue
Block a user