Update run

This commit is contained in:
Alexandre
2025-07-16 11:02:42 +02:00
committed by GitHub
parent 3fdabbd290
commit e3604f9102

View File

@@ -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