Update samba_client.sh

This commit is contained in:
MacRimi
2025-09-07 09:06:47 +02:00
parent 6c19d81844
commit 875e8a99bd

View File

@@ -135,7 +135,7 @@ discover_samba_servers() {
fi fi
msg_ok "$(translate "Samba servers detected")" msg_ok "$(translate "Samba servers detected")"
CHOICE=$(dialog --title "$(translate "Select Samba Server")" \ CHOICE=$(whiptail --title "$(translate "Select Samba Server")" \
--menu "$(translate "Choose a Samba server:")" 20 80 10 "${OPTIONS[@]}" 3>&1 1>&2 2>&3) --menu "$(translate "Choose a Samba server:")" 20 80 10 "${OPTIONS[@]}" 3>&1 1>&2 2>&3)
if [[ -n "$CHOICE" ]]; then if [[ -n "$CHOICE" ]]; then