make script fail fast

This commit is contained in:
2023-12-13 11:49:21 +01:00
parent 4dfc221406
commit 56fb5f8256

View File

@@ -9,6 +9,9 @@
#
########################################################################
# Fail fast on errors
set -Eeuo pipefail
# Set correct UTF-8 encoding (for FreeBSD jail)
export LC_ALL=en_US.UTF-8