This commit is contained in:
Daniel Hansson 2019-04-25 15:56:12 +02:00 committed by GitHub
parent 3acc8da84a
commit 837b1196f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -324,6 +324,9 @@ occ_command config:system:set remember_login_cookie_lifetime --value="1800"
# Set logrotate (max 10 MB)
occ_command config:system:set log_rotate_size --value="10485760"
# Set trashbin retention obligation (save it in trahbin for 6 months or delete when space is needed)
occ_command config:system:set trashbin_retention_obligation --value="auto, 180"
# Change simple signup
if grep -rq "free account" "$NCPATH"/core/templates/layout.public.php
then