Skip to content

Commit 447ae7b

Browse files
stepanblyschaklguohan
authored andcommitted
[mlnx] Fix fast reboot (#2237)
Signed-off-by: Stepan Blyschak <[email protected]>
1 parent 51a7661 commit 447ae7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/scripts/syncd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ start() {
7070

7171
# platform specific tasks
7272
if [ x$sonic_asic_platform == x'mellanox' ]; then
73-
FAST_BOOT=1
73+
export FAST_BOOT=1
7474
/usr/bin/mst start
7575
/usr/bin/mlnx-fw-upgrade.sh
7676
/etc/init.d/sxdkernel start

0 commit comments

Comments
 (0)