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