We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42542a commit a629e21Copy full SHA for a629e21
files/scripts/syncd.sh
@@ -49,7 +49,7 @@ function waitplatform() {
49
if [[ x"$sonic_asic_platform" == x"mellanox" ]]; then
50
if [[ x"$BOOT_TYPE" = @(x"fast"|x"warm"|x"fastfast") ]]; then
51
PMON_TIMER_STATUS=$(systemctl is-active pmon.timer)
52
- if [[ "$PMON_TIMER_STATUS" = "inactive" ]]; then
+ if [[ x"$PMON_TIMER_STATUS" = x"inactive" ]]; then
53
systemctl start pmon.timer
54
else
55
debug "PMON service is delayed by a timer for better fast/warm boot performance"
0 commit comments