From 4cd8889c383725dab1c74f82affdb44fe73b3995 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 6 Sep 2025 21:14:54 +0200 Subject: [PATCH] Update share-common.func --- scripts/global/share-common.func | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/global/share-common.func b/scripts/global/share-common.func index f5d4f59..56d9e40 100644 --- a/scripts/global/share-common.func +++ b/scripts/global/share-common.func @@ -288,11 +288,12 @@ select_host_directory() { msg_error "$(translate "No directories found in") $base_path" return 1 fi - + clear result=$(whiptail --title "$(translate "Select Host Folder")" \ --menu "$(translate "Select the folder to mount:")" 20 80 10 "${options[@]}" 3>&1 1>&2 2>&3) ;; manual) + clear result=$(whiptail --title "$(translate "Enter Path")" \ --inputbox "$(translate "Enter the full path to the host folder:")" 10 70 "/mnt/" 3>&1 1>&2 2>&3) ;;