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