From c9961494764a36f1b0e5801f788aa404630a1ba7 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 1 Jul 2025 19:03:35 +0200 Subject: [PATCH] Update uup_dump_iso_creator.sh --- scripts/utilities/uup_dump_iso_creator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/utilities/uup_dump_iso_creator.sh b/scripts/utilities/uup_dump_iso_creator.sh index 4ea737b..0fe60e0 100644 --- a/scripts/utilities/uup_dump_iso_creator.sh +++ b/scripts/utilities/uup_dump_iso_creator.sh @@ -83,7 +83,7 @@ function get_destination_path() { if [[ ! -d "$user_path" ]]; then if mkdir -p "$user_path" 2>/dev/null; then #msg_ok "$(translate "Directory created successfully:") $user_path" - #echo "$user_path" + echo "$user_path" return 0 else dialog --msgbox "$(translate "Error: Cannot create directory") '$user_path'. $(translate "Please check permissions and try again.")" 8 60