mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-29 10:04:43 +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
|
||||
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue