diff --git a/syncd/scripts/syncd_init_common.sh b/syncd/scripts/syncd_init_common.sh index a07c66733..7c808446f 100755 --- a/syncd/scripts/syncd_init_common.sh +++ b/syncd/scripts/syncd_init_common.sh @@ -30,7 +30,7 @@ case "$(cat /proc/cmdline)" in FASTFAST_REBOOT='yes' fi ;; - *SONIC_BOOT_TYPE=fast*|fast-reboot*) + *SONIC_BOOT_TYPE=fast*|*fast-reboot*) FAST_REBOOT='yes' ;; *)