Fix nginx execution command in 99-run.sh

This commit is contained in:
Alexandre
2026-01-06 10:16:25 +01:00
committed by GitHub
parent 54fbd3eb84
commit de737b0413

View File

@@ -126,7 +126,7 @@ bashio::log.info "... Path prefix : ${UIPATH}"
bashio::log.info "... Secret token : $TOKEN"
bashio::log.info "Everything loaded."
exec nginx &
nginx &
###########
# TIMEOUT #