mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-04 13:01:51 +08:00
update one-click settings
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
aae58915d7
commit
e1ec9c738d
1 changed files with 2 additions and 0 deletions
|
@ -307,6 +307,8 @@ fi
|
|||
echo "Applying one-click-instance settings..."
|
||||
php /var/www/html/occ config:system:set one-click-instance --value=true --type=bool
|
||||
php /var/www/html/occ config:system:set one-click-instance.user-limit --value=100 --type=int
|
||||
php /var/www/html/occ config:system:set one-click-instance.link --value="https://nextcloud.com/all-in-one/"
|
||||
php /var/www/html/occ app:enable support
|
||||
|
||||
# Adjusting log files to be stored on a volume
|
||||
echo "Adjusting log files..."
|
||||
|
|
Loading…
Reference in a new issue