1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-26 13:21:28 +00:00

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

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}"