From 92d0d57948a9b19b1db1bd730dbc17f42bd1c318 Mon Sep 17 00:00:00 2001 From: "avenash.thambi" Date: Fri, 12 Nov 2021 19:22:47 -0600 Subject: meta-fii/meta-kudo: Fix syntax error ampere_power_util.sh file The ampere_power_util.sh file has a syntax error of missing double quotes in a echo print. This is a follow up to the gerrit commit https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/48477 Signed-off-by: Mustafa Shehabi Signed-off-by: avenash.thambi Change-Id: Iff734c390507201c2d539dc6468de09a888623c7 --- meta-fii/meta-kudo/recipes-kudo/host/files/ampere_power_util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-fii') diff --git a/meta-fii/meta-kudo/recipes-kudo/host/files/ampere_power_util.sh b/meta-fii/meta-kudo/recipes-kudo/host/files/ampere_power_util.sh index 511c1217e6..19ccc0e8e5 100644 --- a/meta-fii/meta-kudo/recipes-kudo/host/files/ampere_power_util.sh +++ b/meta-fii/meta-kudo/recipes-kudo/host/files/ampere_power_util.sh @@ -102,7 +102,7 @@ power_button() { elif [[ "$current_time" -ge "(($press_time + 5))" ]]; then power_off else - echo "Button press did not match interval. + echo "Button press did not match interval." fi rm "/run/openbmc/power-button" else -- cgit v1.2.3