mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-06 11:54:53 +01:00
5 lines
107 B
Plaintext
Executable File
5 lines
107 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
set -e
|
|
[[ "${DISABLE_WEB_UI,,}" == "true" ]] && exit 0
|
|
exec /usr/bin/ente-web
|