From 8281abec33c7db2076dbbc6cd5052e1661449e72 Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 12 Jan 2023 13:59:10 +0100 Subject: [PATCH] address review Signed-off-by: Simon L --- Containers/nextcloud/entrypoint.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Containers/nextcloud/entrypoint.sh b/Containers/nextcloud/entrypoint.sh index 44d6c05c..605c2314 100644 --- a/Containers/nextcloud/entrypoint.sh +++ b/Containers/nextcloud/entrypoint.sh @@ -397,9 +397,7 @@ else fi # AIO app -if [ "$(php /var/www/html/occ config:app:get nextcloud-aio enabled)" = "" ]; then - php /var/www/html/occ app:enable nextcloud-aio -elif [ "$(php /var/www/html/occ config:app:get nextcloud-aio enabled)" = "no" ]; then +if [ "$(php /var/www/html/occ config:app:get nextcloud-aio enabled)" != "yes" ]; then php /var/www/html/occ app:enable nextcloud-aio fi