qemu.sh: Fix bug when emulate VPD

Wrong date format for manufacture-date
This commit is contained in:
Mattias Walström
2024-01-23 15:30:40 +01:00
parent c4320cd036
commit 0033a92c80
+1 -1
View File
@@ -208,7 +208,7 @@ vpd_args()
cat <<EOF | "$onieprom" -e >"$vpd_file"
{
"manufacture-date": "$(date +"%d/%m/%Y %H:%M:%S")",
"manufacture-date": "$(date +"%m/%d/%Y %H:%M:%S")",
"vendor-extension": [
[
61046,