RUSEFI virtual drive to spell out firmware version fix #4458

This commit is contained in:
rusefillc 2022-08-18 20:13:00 -04:00
parent cfcd334333
commit 835611ed62
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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