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:
Diffstat (limited to 'static/cookielifetime.sh')
-rw-r--r--static/cookielifetime.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/cookielifetime.sh b/static/cookielifetime.sh
index b161278b..779ad724 100644
--- a/static/cookielifetime.sh
+++ b/static/cookielifetime.sh
@@ -48,7 +48,7 @@ case "$choice" in
occ_command config:system:set remember_login_cookie_lifetime --value="2419200"
;;
"Custom")
- while true
+ while :
do
COOKIE_LIFETIME=$(input_box "Configure the logout time (in seconds) which will forcefully logout the Nextcloud user from the web browser when the timeout is reached.\n\nPlease enter the Cookie Lifetime in seconds, so e.g. 1800 for 30 minutes or 3600 for 1 hour\n\n You can not set a value below 30 minutes (1800 seconds).")
if ! check_if_number "$COOKIE_LIFETIME"