Skip to content

Commit

Permalink
Update syncd.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterTSW-EC authored and PJHsieh committed Jul 31, 2024
1 parent dda23da commit 2b73e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/scripts/syncd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b73e2e

Please sign in to comment.