From eb5f0abd3bc6ddfa201955eadd06fca767c5532c Mon Sep 17 00:00:00 2001 From: rusefillc Date: Thu, 18 Aug 2022 20:13:00 -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 04a51a08a8..73fedf718e 100755 --- a/firmware/hw_layer/mass_storage/create_ini_image.sh +++ b/firmware/hw_layer/mass_storage/create_ini_image.sh @@ -40,7 +40,7 @@ if [[ $OSTYPE == 'darwin'* ]]; then current_date='huh-MAC' else # bash >=4.3 magic - printf -v current_date '%(%Y-%m-%d)T\n' -1 + printf -v current_date '%(%Y-%m-%d)T' -1 fi # Put the zip inside the filesystem 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 085cc6631f..4e0d3fe8d4 100755 --- a/firmware/hw_layer/mass_storage/create_ini_image_compressed.sh +++ b/firmware/hw_layer/mass_storage/create_ini_image_compressed.sh @@ -40,7 +40,7 @@ if [[ $OSTYPE == 'darwin'* ]]; then current_date='huh-MAC' else # bash >=4.3 magic - printf -v current_date '%(%Y-%m-%d)T\n' -1 + printf -v current_date '%(%Y-%m-%d)T' -1 fi # Put the zip inside the filesystem