mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-13 11:21:02 +01:00
Update run
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
# shellcheck shell=bash
|
||||
set -euo pipefail
|
||||
|
||||
if bashio::config.true 'DISABLE_WEB_UI'; then
|
||||
bashio::log.info "Web UI disabled by option."
|
||||
bashio::log.info "Web UI disabled."
|
||||
exit 0
|
||||
fi
|
||||
|
||||
bashio::log.info "Starting Ente web."
|
||||
exec /usr/bin/ente-web
|
||||
|
||||
Reference in New Issue
Block a user