From 2b73e2e48df83a9f83aad9679c2c255309748ed1 Mon Sep 17 00:00:00 2001 From: Peter Wong EC <148533688+PeterTSW-EC@users.noreply.github.com> Date: Wed, 31 Jul 2024 15:32:47 +0800 Subject: [PATCH] Update syncd.sh --- files/scripts/syncd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/scripts/syncd.sh b/files/scripts/syncd.sh index 729377b8dddc..55e42331ba02 100755 --- a/files/scripts/syncd.sh +++ b/files/scripts/syncd.sh @@ -91,7 +91,7 @@ function startplatform() { function waitplatform() { BOOT_TYPE=`getBootType` - if [[ x"$sonic_asic_platform" == x"mellanox" ]] || [[x"$sonic_asic_platform" == x"broadcom"]]; then + if [[ x"$sonic_asic_platform" == x"mellanox" ]] || [[ x"$sonic_asic_platform" == x"broadcom" ]]; then if [[ x"$BOOT_TYPE" = @(x"fast"|x"warm"|x"fastfast") ]]; then PMON_TIMER_STATUS=$(systemctl is-active pmon.timer) if [[ x"$PMON_TIMER_STATUS" = x"inactive" ]]; then