mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
fix a bug with nextcloud_configuration (#1196)
This commit is contained in:
parent
63e5b539a1
commit
69561dddc1
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user