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