Update uupdump_creator.sh

This commit is contained in:
MacRimi 2025-05-02 14:30:52 +02:00
parent c0ea774104
commit 9170410a4f

View File

@ -140,7 +140,8 @@ if [[ -f "$ISO_FILE" ]]; then
msg_ok "$(translate "Cleaning temporary files...")"
rm -rf "$TMP_DIR" "$CONVERTER"
export OS_TYPE="windows"
export LANGUAGE=C
export LANG=C
export LC_ALL=C
@ -160,6 +161,7 @@ else
msg_success "$(translate "Press Enter to return to menu...")"
read -r
return 1
fi
}