From b505dae90dc0203202e22987f1f6d49a3e47ef27 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Mon, 22 Mar 2021 18:33:43 +0100 Subject: [PATCH] Move Dutch removing part to correct loaction --- lang/fw-clean.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/fw-clean.sh b/lang/fw-clean.sh index 47f26f866..410ececf8 100755 --- a/lang/fw-clean.sh +++ b/lang/fw-clean.sh @@ -45,17 +45,18 @@ rm_if_exists update_lang_de.out rm_if_exists update_lang_es.out rm_if_exists update_lang_fr.out rm_if_exists update_lang_it.out -rm_if_exists update_lang_nl.out rm_if_exists update_lang_pl.out rm_if_exists lang.bin rm_if_exists lang.hex #Community language support #Dutch rm_if_exists firmware_nl.hex +rm_if_exists update_lang_nl.out #Use the 2 lines below as a template and replace 'qr' ##New language #rm_if_exists firmware_qr.hex +#rm_if_exists update_lang_qr.out echo -n "fw-clean.sh finished" >&2 if [ $result -eq 0 ]; then