RUSEFI virtual drive to spell out firmware version fix #4458
This commit is contained in:
parent
cfcd334333
commit
835611ed62
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue