We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb283cf commit 394db01Copy full SHA for 394db01
run
@@ -100,9 +100,8 @@ bashio::log.info "Activating venv"
100
bashio::log.info "Setting new \$HOME"
101
export HOME="$( getent passwd "$USER" | cut -d: -f6 )"
102
103
-# Everything below should be kept in sync with
104
-# core:rootfs/etc/services.d/home-assistant/run
105
-# from upstream:
+# Everything below should be kept in sync with upstream's
+# https://github.com/home-assistant/core/blob/dev/rootfs/etc/services.d/home-assistant/run
106
cd "$CONFIG_PATH" || bashio::exit.nok "Can't find config folder: $CONFIG_PATH"
107
108
# Enable Jemalloc for Home Assistant Core, unless disabled
0 commit comments