From 09027e90ec62fee75c3643c5de22496392188e8f Mon Sep 17 00:00:00 2001 From: rusefillc Date: Thu, 18 Aug 2022 19:49:01 -0400 Subject: [PATCH] RUSEFI virtual drive to spell out firmware version fix #4458 --- firmware/hw_layer/mass_storage/create_ini_image.sh | 2 +- firmware/hw_layer/mass_storage/create_ini_image_compressed.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/hw_layer/mass_storage/create_ini_image.sh b/firmware/hw_layer/mass_storage/create_ini_image.sh index 342000b117..04a51a08a8 100755 --- a/firmware/hw_layer/mass_storage/create_ini_image.sh +++ b/firmware/hw_layer/mass_storage/create_ini_image.sh @@ -46,7 +46,7 @@ fi # Put the zip inside the filesystem mcopy -i $IMAGE $ZIP :: # Put a readme text file in there too -mcopy -i $IMAGE hw_layer/mass_storage/readme.temp ::README-$(current_date).txt +mcopy -i $IMAGE hw_layer/mass_storage/readme.temp ::README-${current_date}.txt mcopy -i $IMAGE hw_layer/mass_storage/filesystem_contents/rusEFI\ Forum.url :: mcopy -i $IMAGE hw_layer/mass_storage/filesystem_contents/rusEFI\ Quick\ Start.url :: mcopy -i $IMAGE hw_layer/mass_storage/wiki.temp ::rusEFI\ ${SHORT_BOARDNAME}\ Wiki.url diff --git a/firmware/hw_layer/mass_storage/create_ini_image_compressed.sh b/firmware/hw_layer/mass_storage/create_ini_image_compressed.sh index bce371e410..085cc6631f 100755 --- a/firmware/hw_layer/mass_storage/create_ini_image_compressed.sh +++ b/firmware/hw_layer/mass_storage/create_ini_image_compressed.sh @@ -46,7 +46,7 @@ fi # Put the zip inside the filesystem mcopy -i $IMAGE $FULL_INI :: # Put a readme text file in there too -mcopy -i $IMAGE hw_layer/mass_storage/readme.temp ::README-$(current_date).txt +mcopy -i $IMAGE hw_layer/mass_storage/readme.temp ::README-${current_date}.txt mcopy -i $IMAGE hw_layer/mass_storage/filesystem_contents/rusEFI\ Forum.url :: mcopy -i $IMAGE hw_layer/mass_storage/filesystem_contents/rusEFI\ Quick\ Start.url :: mcopy -i $IMAGE hw_layer/mass_storage/wiki.temp ::rusEFI\ ${SHORT_BOARDNAME}\ Wiki.url