From 39ff81dee4926ffffdd105dba318c996e900385c Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 1 Jul 2025 18:13:32 +0200 Subject: [PATCH] Update uup_dump_iso_creator.sh --- scripts/utilities/uup_dump_iso_creator.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/utilities/uup_dump_iso_creator.sh b/scripts/utilities/uup_dump_iso_creator.sh index eb168c4..4ea737b 100644 --- a/scripts/utilities/uup_dump_iso_creator.sh +++ b/scripts/utilities/uup_dump_iso_creator.sh @@ -82,8 +82,8 @@ 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" + #msg_ok "$(translate "Directory created successfully:") $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