Update uup_dump_iso_creator.sh

This commit is contained in:
MacRimi 2025-07-01 19:03:35 +02:00
parent 39ff81dee4
commit c996149476

View File

@ -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