Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/univention-app.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rwxr-xr-xresources/entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/entrypoint.sh b/resources/entrypoint.sh
index d292e19..bd68fa6 100755
--- a/resources/entrypoint.sh
+++ b/resources/entrypoint.sh
@@ -2,7 +2,7 @@
if [ -f "/var/www/html/occ" ]; then
# Apply one-click-instance settings...
sudo -u www-data php /var/www/html/occ config:system:set one-click-instance --value=true --type=bool
- sudo -u www-data php /var/www/html/occ config:system:set one-click-instance.user-limit --value=100 --type=int
+ sudo -u www-data php /var/www/html/occ config:system:set one-click-instance.user-limit --value=500 --type=int
sudo -u www-data php /var/www/html/occ config:system:set one-click-instance.link --value="https://nextcloud.com/univention/"
sudo -u www-data php /var/www/html/occ app:enable support
fi