From 873a4abe24263aff25eef1ee931d31e80dad69b4 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 6 Sep 2025 22:16:40 +0200 Subject: [PATCH] Update share-common.func --- scripts/global/share-common.func | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/global/share-common.func b/scripts/global/share-common.func index cad24ba..c923c60 100644 --- a/scripts/global/share-common.func +++ b/scripts/global/share-common.func @@ -320,7 +320,6 @@ 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")" \ @@ -409,7 +408,6 @@ select_container_mount_point() { local choice mount_point existing_dirs options while true; do - clear choice=$(whiptail --title "$(translate "Configure Mount Point inside LXC")" \ --menu "$(translate "Where to mount inside container?")" 18 70 5 \ "1" "$(translate "Create new directory in /mnt")" \