Skip to content

Commit

Permalink
wiki: prepare_image.sh: Add set -e
Browse files Browse the repository at this point in the history
Handles ImageMagick failing due to this bug
ImageMagick/ImageMagick#7491, bailing out
instead of ignoring the issue

Change-Id: Ibf7fab2c8392686c7003891d798a5106d11e2f6e
  • Loading branch information
SebaUbuntu committed Jul 22, 2024
1 parent 60fddbc commit b1e0915
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/prepare_image.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set -e

usage() {
echo "Usage:"
echo " $0 image_name"
Expand Down

0 comments on commit b1e0915

Please sign in to comment.