From ef9ee098e865a9e8fd81bbc80efc02cc63b5d839 Mon Sep 17 00:00:00 2001 From: Vivekanand Veeracholan Date: Wed, 18 Aug 2021 17:38:32 -0700 Subject: 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 Change-Id: I328a1ef61d0ad60f0d0b36cd36d081ba88ccb359 --- .../recipes-phosphor/flash/inplace-gbmc-update/inplace-gbmc-verify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-google/recipes-phosphor/flash') 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 d5307d3d1..e7727cd72 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 @@ echo "running" > ${STATUS_FILE} 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} -- cgit v1.2.3