From eb11962231501caf5e8a6dbbe49deb8c230d9a14 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 6 Sep 2025 22:19:52 +0200 Subject: [PATCH] Update share-common.func --- scripts/global/share-common.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/global/share-common.func b/scripts/global/share-common.func index c923c60..f746e87 100644 --- a/scripts/global/share-common.func +++ b/scripts/global/share-common.func @@ -267,7 +267,7 @@ pmx_select_host_mount_point() { select_host_directory_() { 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 \ "mnt" "$(translate "Select from /mnt directories")" \ "manual" "$(translate "Enter path manually")" 3>&1 1>&2 2>&3) || return 1