Update share-common.func

This commit is contained in:
MacRimi
2025-09-06 22:19:52 +02:00
parent 9f73b8f159
commit eb11962231

View File

@@ -267,7 +267,7 @@ pmx_select_host_mount_point() {
select_host_directory_() { select_host_directory_() {
local method choice result local method choice result
clear
method=$(whiptail --title "$(translate "Select Host Directory")" --menu "$(translate "How do you want to select the HOST folder to mount?")" 15 70 4 \ method=$(whiptail --title "$(translate "Select Host Directory")" --menu "$(translate "How do you want to select the HOST folder to mount?")" 15 70 4 \
"mnt" "$(translate "Select from /mnt directories")" \ "mnt" "$(translate "Select from /mnt directories")" \
"manual" "$(translate "Enter path manually")" 3>&1 1>&2 2>&3) || return 1 "manual" "$(translate "Enter path manually")" 3>&1 1>&2 2>&3) || return 1