Set auto logout false in nextcloud.sh
This commit is contained in:
parent
e747cc8342
commit
8598eba709
@ -246,6 +246,7 @@ PATH=/var/www/html:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/sbin:/bin
|
||||
/var/www/html/occ config:system:set default_phone_region --value="$COUNTRY"
|
||||
/var/www/html/occ config:system:delete trusted_domains
|
||||
/var/www/html/occ config:system:set trusted_domains 1 --value=*
|
||||
/var/www/html/occ config:system:set auto_logout --value=false
|
||||
/var/www/html/occ group:adduser admin admin
|
||||
/var/www/html/occ user:delete nextcloud
|
||||
/var/www/html/occ app:enable mail
|
||||
|
Loading…
x
Reference in New Issue
Block a user