summaryrefslogtreecommitdiff
path: root/meta-facebook/recipes-phosphor/datetime/phosphor-time-manager/set-bmc-time-from-host
diff options
context:
space:
mode:
Diffstat (limited to 'meta-facebook/recipes-phosphor/datetime/phosphor-time-manager/set-bmc-time-from-host')
-rw-r--r--meta-facebook/recipes-phosphor/datetime/phosphor-time-manager/set-bmc-time-from-host2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-facebook/recipes-phosphor/datetime/phosphor-time-manager/set-bmc-time-from-host b/meta-facebook/recipes-phosphor/datetime/phosphor-time-manager/set-bmc-time-from-host
index 40b3b8cbc6..8d6d3aed3b 100644
--- a/meta-facebook/recipes-phosphor/datetime/phosphor-time-manager/set-bmc-time-from-host
+++ b/meta-facebook/recipes-phosphor/datetime/phosphor-time-manager/set-bmc-time-from-host
@@ -72,7 +72,7 @@ sync_multi_host_datetime()
if [[ $(echo "$multi_host_time_result" | awk '{ print NF }') -eq 18 ]];
then
- echo "syncing up host " $index " date time with bmc..."
+ echo "syncing up host " "$index" " date time with bmc..."
date -s @$((0x$(echo "$multi_host_time_result" | \
awk '{printf "%02x%02x%02x%02x",$18,$17,$16,$15}')))
sync