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