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:
authorszaimen <szaimen@e.mail.de>2020-09-04 21:07:58 +0300
committerGitHub <noreply@github.com>2020-09-04 21:07:58 +0300
commit2cc0f8a17a656ac3b2713d336fbaefd3a88d8609 (patch)
treecca39594413b84f80626721a11393bb8b782b97f /apps/talk.sh
parentecf21910296c17a8670add66504403868fcf3059 (diff)
change all whiptail-radiolists to whiptail-menus (#1408)
Diffstat (limited to 'apps/talk.sh')
-rw-r--r--apps/talk.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/talk.sh b/apps/talk.sh
index bbda8e55..43ef73a8 100644
--- a/apps/talk.sh
+++ b/apps/talk.sh
@@ -36,9 +36,9 @@ lowest_compatible_nc 13
print_text_in_color "$ICyan" "Checking if Talk is already installed..."
if [ -n "$(occ_command_no_check config:app:get spreed turn_servers | sed 's/\[\]//')" ] || is_this_installed coturn
then
- choice=$(whiptail --title "$TITLE" --radiolist "It seems like 'Nextcloud Talk' is already installed.\nChoose what you want to do.\nSelect by pressing the spacebar and ENTER" "$WT_HEIGHT" "$WT_WIDTH" 4 \
- "Uninstall Nextcloud Talk" "" OFF \
- "Reinstall Nextcloud Talk" "" ON 3>&1 1>&2 2>&3)
+ choice=$(whiptail --title "$TITLE" --menu "It seems like 'Nextcloud Talk' is already installed.\nChoose what you want to do." "$WT_HEIGHT" "$WT_WIDTH" 4 \
+ "Reinstall Nextcloud Talk" "" \
+ "Uninstall Nextcloud Talk" "" 3>&1 1>&2 2>&3)
case "$choice" in
"Uninstall Nextcloud Talk")