Update samba_host.sh

This commit is contained in:
MacRimi
2025-09-08 10:40:59 +02:00
parent c595f6d781
commit 81c4f5814c

View File

@@ -96,7 +96,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 --backtitle "ProxMenux" --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