mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
try to speed up the initial login
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
844382d220
commit
0e09bb0d12
2 changed files with 9 additions and 2 deletions
|
|
@ -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) !== "") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue