mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-19 03:46:20 +08:00
address review
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
7d926de2a1
commit
8281abec33
1 changed files with 1 additions and 3 deletions
|
@ -397,9 +397,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# AIO app
|
# AIO app
|
||||||
if [ "$(php /var/www/html/occ config:app:get nextcloud-aio enabled)" = "" ]; then
|
if [ "$(php /var/www/html/occ config:app:get nextcloud-aio enabled)" != "yes" ]; then
|
||||||
php /var/www/html/occ app:enable nextcloud-aio
|
|
||||||
elif [ "$(php /var/www/html/occ config:app:get nextcloud-aio enabled)" = "no" ]; then
|
|
||||||
php /var/www/html/occ app:enable nextcloud-aio
|
php /var/www/html/occ app:enable nextcloud-aio
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue