mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-10-02 08:06:17 +00:00
Update samba_host.sh
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user