Skip to content

Commit

Permalink
docs: updated using.rst
Browse files Browse the repository at this point in the history
Added missing `;;` to slot-post-install case block in `Post-Install Hook` examples
  • Loading branch information
Enrico Jorns committed Sep 26, 2016
1 parent f654bb2 commit c014a90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/using.rst
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ An example on how to use a post-install hook:
test "$RAUC_SLOT_CLASS" = "rootfs" || exit 0
touch "$RAUC_SLOT_MOUNT_POINT/extra-file"
;;
*)
exit 1
;;
Expand Down

0 comments on commit c014a90

Please sign in to comment.