From c7117cacdee3bf9017ef507973c987f9de4ff1f6 Mon Sep 17 00:00:00 2001 From: Stepan Blyschak Date: Thu, 8 Nov 2018 16:59:25 +0200 Subject: [PATCH] [mlnx] Fix fast reboot Signed-off-by: Stepan Blyschak --- 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 08c50a2c37c5..6dcbf01759e9 100755 --- a/files/scripts/syncd.sh +++ b/files/scripts/syncd.sh @@ -70,7 +70,7 @@ start() { # platform specific tasks if [ x$sonic_asic_platform == x'mellanox' ]; then - FAST_BOOT=1 + export FAST_BOOT=1 /usr/bin/mst start /usr/bin/mlnx-fw-upgrade.sh /etc/init.d/sxdkernel start