script/enter.sh: Exit if there is an error (#1325)

This commit is contained in:
Stefan Agner 2021-04-15 13:06:43 +02:00 committed by GitHub
parent 5cae40c396
commit 2d9540117f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
#!/bin/bash
set -e
BUILDER_UID="$(id -u)"
BUILDER_GID="$(id -g)"
CACHE_DIR="${CACHE_DIR:-$HOME/hassos-cache}"