Skip to content

Commit

Permalink
S00datapart: always exit with a successful status
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrisan committed Aug 26, 2017
1 parent b2e6a1e commit d1198a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions board/common/overlay/etc/init.d/S00datapart
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ case "$1" in
exit 1
esac

exit $?

# always exit with a successful status
exit 0

0 comments on commit d1198a9

Please sign in to comment.