Skip to content

Commit

Permalink
[Dell][S6100] remove ssd firmware validation in pre reboot check
Browse files Browse the repository at this point in the history
Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
  • Loading branch information
vdahiya12 committed Mar 28, 2024
1 parent 17d728e commit 50817e6
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ fi

if [ -e $SSD_FW_UPGRADE/GPIO7_low ] || [ -e $SSD_FW_UPGRADE/GPIO7_error ]; then
_error_msg "faulty"
exit 1
fi

if [ -e $SSD_FW_UPGRADE/GPIO7_high ]; then
Expand All @@ -31,8 +30,7 @@ if [ -e $SSD_FW_UPGRADE/GPIO7_high ]; then
exit 0
else
_error_msg "faulty"
exit 1
fi
fi

exit 1
exit 0

0 comments on commit 50817e6

Please sign in to comment.