From 69561dddc166bef7014ac311022ad25c8e78467b Mon Sep 17 00:00:00 2001 From: szaimen Date: Sat, 25 Apr 2020 13:18:05 +0200 Subject: [PATCH] fix a bug with nextcloud_configuration (#1196) --- static/nextcloud_configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/nextcloud_configuration.sh b/static/nextcloud_configuration.sh index 56bb2416..5c162697 100644 --- a/static/nextcloud_configuration.sh +++ b/static/nextcloud_configuration.sh @@ -20,7 +20,7 @@ root_check choice=$(whiptail --title "Nextcloud Configuration" --checklist "Which settings do you want to configure?\nSelect by pressing the spacebar" "$WT_HEIGHT" "$WT_WIDTH" 4 \ "CookieLifetime" "(Configure forced logout timeout for users using the web GUI)" OFF \ "Share-folder" "(Shares from other users will appear in a folder named 'Shared')" OFF \ -"Disable workspaces" "(disable top notes in GUI)" \ +"Disable workspaces" "(disable top notes in GUI)" OFF \ "Disable user flows" "(Disable user settings for Nextcloud Flow)" OFF 3>&1 1>&2 2>&3) case "$choice" in