mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +00:00
script/enter.sh: Exit if there is an error (#1325)
This commit is contained in:
parent
5cae40c396
commit
2d9540117f
@ -1,4 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
BUILDER_UID="$(id -u)"
|
BUILDER_UID="$(id -u)"
|
||||||
BUILDER_GID="$(id -g)"
|
BUILDER_GID="$(id -g)"
|
||||||
CACHE_DIR="${CACHE_DIR:-$HOME/hassos-cache}"
|
CACHE_DIR="${CACHE_DIR:-$HOME/hassos-cache}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user