From ee719cdd3933ba032310c37b1d315373e2a49924 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 6 Sep 2025 22:06:02 +0200 Subject: [PATCH] Update share-common.func --- scripts/global/share-common.func | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/global/share-common.func b/scripts/global/share-common.func index 22a3e8d..cad24ba 100644 --- a/scripts/global/share-common.func +++ b/scripts/global/share-common.func @@ -320,7 +320,7 @@ select_host_directory_() { select_host_directory() { local method 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")" \ @@ -363,7 +363,7 @@ select_host_directory() { } echo "$result" - return 0 + } @@ -432,7 +432,7 @@ select_container_mount_point() { ;; 3) - exit 0 + return 1 ;; esac