From 8598eba709b58280f559c3ef100fcb3eece67e08 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 20 Jun 2024 17:16:34 +0000 Subject: [PATCH] Set auto logout false in nextcloud.sh --- lib/nextcloud.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/nextcloud.sh b/lib/nextcloud.sh index 047d99d..8159d2e 100644 --- a/lib/nextcloud.sh +++ b/lib/nextcloud.sh @@ -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