Skip to content

Commit

Permalink
exit script if missing args
Browse files Browse the repository at this point in the history
  • Loading branch information
b3nn0 committed Jun 5, 2021
1 parent 6a8f618 commit ed8b094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions image/mk_europe_edition64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ die() {
if [ "$#" -ne 2 ]; then
echo "Usage: " $0 " dev|prod branch [us]"
echo "if \"us\" is given, an image with US-like pre-configuration and without developer mode enabled will be created as well"
exit 1
fi

# cd to script directory
Expand Down

0 comments on commit ed8b094

Please sign in to comment.