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

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2020-07-15 13:26:16 +0300
committerGitHub <noreply@github.com>2020-07-15 13:26:16 +0300
commit110b6630a7ed48c881a7f62356dba24c3f421735 (patch)
tree7424d1571b4cce31bb47b3bfa08aedeac84eb9b3 /nextcloud_install_production.sh
parentdad0a55b52c5003ce58e4afa6e071cc7d336a6bb (diff)
fix #132119.0.1
Diffstat (limited to 'nextcloud_install_production.sh')
-rw-r--r--nextcloud_install_production.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh
index 9b59b2f3..0e216e22 100644
--- a/nextcloud_install_production.sh
+++ b/nextcloud_install_production.sh
@@ -437,7 +437,7 @@ occ_command config:system:set trashbin_retention_obligation --value="auto, 180"
occ_command config:system:set versions_retention_obligation --value="auto, 365"
# Remove simple signup
-occ_command config:system:set simpleSignUpLink.shown --value="false"
+occ_command config:system:set simpleSignUpLink.shown --type=bool --value=false
# Enable OPCache for PHP
# https://docs.nextcloud.com/server/14/admin_manual/configuration_server/server_tuning.html#enable-php-opcache