Skip to content

Commit 50817e6

Browse files
committed
[Dell][S6100] remove ssd firmware validation in pre reboot check
Signed-off-by: vaibhav-dahiya <[email protected]>
1 parent 17d728e commit 50817e6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

platform/broadcom/sonic-platform-modules-dell/s6100/scripts/platform_reboot_pre_check

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ fi
1616

1717
if [ -e $SSD_FW_UPGRADE/GPIO7_low ] || [ -e $SSD_FW_UPGRADE/GPIO7_error ]; then
1818
_error_msg "faulty"
19-
exit 1
2019
fi
2120

2221
if [ -e $SSD_FW_UPGRADE/GPIO7_high ]; then
@@ -31,8 +30,7 @@ if [ -e $SSD_FW_UPGRADE/GPIO7_high ]; then
3130
exit 0
3231
else
3332
_error_msg "faulty"
34-
exit 1
3533
fi
3634
fi
3735

38-
exit 1
36+
exit 0

0 commit comments

Comments
 (0)