From 81c4f5814c656bc6874da5e5677ec90abe92ef59 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Mon, 8 Sep 2025 10:40:59 +0200 Subject: [PATCH] Update samba_host.sh --- scripts/share/samba_host.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/share/samba_host.sh b/scripts/share/samba_host.sh index 3fdbbea..bac648a 100644 --- a/scripts/share/samba_host.sh +++ b/scripts/share/samba_host.sh @@ -96,7 +96,7 @@ discover_samba_servers() { fi 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) if [[ -n "$CHOICE" ]]; then