Skip to content

Commit 110b663

Browse files
authored
fix #1321
1 parent dad0a55 commit 110b663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextcloud_install_production.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ occ_command config:system:set trashbin_retention_obligation --value="auto, 180"
437437
occ_command config:system:set versions_retention_obligation --value="auto, 365"
438438

439439
# Remove simple signup
440-
occ_command config:system:set simpleSignUpLink.shown --value="false"
440+
occ_command config:system:set simpleSignUpLink.shown --type=bool --value=false
441441

442442
# Enable OPCache for PHP
443443
# https://docs.nextcloud.com/server/14/admin_manual/configuration_server/server_tuning.html#enable-php-opcache

0 commit comments

Comments
 (0)