summaryrefslogtreecommitdiff
path: root/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/ampere_host_check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/ampere_host_check.sh')
-rw-r--r--meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/ampere_host_check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/ampere_host_check.sh b/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/ampere_host_check.sh
index ea60fcf697..e3c83b6a5e 100644
--- a/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/ampere_host_check.sh
+++ b/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/ampere_host_check.sh
@@ -13,7 +13,7 @@ cnt=60
while [ "$cnt" -gt 0 ];
do
cnt=$((cnt - 1))
- st=$(busctl call xyz.openbmc_project.State.HostCondition.Gpio \
+ st=$(busctl call xyz.openbmc_project.State.HostCondition.Gpio0 \
/xyz/openbmc_project/Gpios/host0 org.freedesktop.DBus.Properties \
Get ss xyz.openbmc_project.Condition.HostFirmware \
CurrentFirmwareCondition | cut -d"." -f6)