RUSEFI virtual drive to spell out firmware version fix #4458
This commit is contained in:
parent
09027e90ec
commit
eb5f0abd3b
|
@ -40,7 +40,7 @@ if [[ $OSTYPE == 'darwin'* ]]; then
|
||||||
current_date='huh-MAC'
|
current_date='huh-MAC'
|
||||||
else
|
else
|
||||||
# bash >=4.3 magic
|
# bash >=4.3 magic
|
||||||
printf -v current_date '%(%Y-%m-%d)T\n' -1
|
printf -v current_date '%(%Y-%m-%d)T' -1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Put the zip inside the filesystem
|
# Put the zip inside the filesystem
|
||||||
|
|
|
@ -40,7 +40,7 @@ if [[ $OSTYPE == 'darwin'* ]]; then
|
||||||
current_date='huh-MAC'
|
current_date='huh-MAC'
|
||||||
else
|
else
|
||||||
# bash >=4.3 magic
|
# bash >=4.3 magic
|
||||||
printf -v current_date '%(%Y-%m-%d)T\n' -1
|
printf -v current_date '%(%Y-%m-%d)T' -1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Put the zip inside the filesystem
|
# Put the zip inside the filesystem
|
||||||
|
|
Loading…
Reference in New Issue