Skip to content

Commit

Permalink
Fix a bug in parsing kernel argument of fast-reboot (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft authored Jun 29, 2019
1 parent 6dc0a85 commit 4b78fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncd/scripts/syncd_init_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
;;
*)
Expand Down

0 comments on commit 4b78fbe

Please sign in to comment.