commit | ef9ee098e865a9e8fd81bbc80efc02cc63b5d839 | [log] [tgz] |
---|---|---|
author | Vivekanand Veeracholan <vveerach@google.com> | Wed Aug 18 17:38:32 2021 -0700 |
committer | Vivekanand Veeracholan <vveerach@google.com> | Wed Aug 18 17:40:24 2021 -0700 |
tree | d7ca676b59bdbc092f765ef29ebf044411e43527 | |
parent | 0e2fcc14462256ee551e35a4f66a515955ae38e2 [diff] |
meta-google: Fix inplace-gbmc-verify.sh The script has a "#!/bin/bash" at the end of mv command causing failure. Signed-off-by: Vivekanand Veeracholan <vveerach@google.com> Change-Id: I328a1ef61d0ad60f0d0b36cd36d081ba88ccb359
diff --git a/meta-google/recipes-phosphor/flash/inplace-gbmc-update/inplace-gbmc-verify.sh b/meta-google/recipes-phosphor/flash/inplace-gbmc-update/inplace-gbmc-verify.sh index d5307d3..e7727cd 100644 --- a/meta-google/recipes-phosphor/flash/inplace-gbmc-update/inplace-gbmc-verify.sh +++ b/meta-google/recipes-phosphor/flash/inplace-gbmc-update/inplace-gbmc-verify.sh
@@ -54,4 +54,4 @@ verify-bmc-image.sh @ALLOW_DEV@ "$IMAGE_FILE" "$SIGNATURE_FILE" || exit # Rename the staged file for initramfs updates. -mv ${IMAGE_FILE} ${VERIFIED_FILE}#!/bin/bash +mv ${IMAGE_FILE} ${VERIFIED_FILE}