GitHub bot: sanitize (spaces + LF endings) & chmod

This commit is contained in:
github-actions
2025-07-20 14:43:03 +00:00
parent a111373775
commit 6b169339b3
2 changed files with 2 additions and 2 deletions

View File

@@ -232,7 +232,7 @@ start_web() {
return 1
fi
bashio::log.info "Starting Ente web (nginx, ports 30003004)..."
bashio::log.info "Starting Ente web (nginx, ports 30003004)..."
nginx -c "$WEB_NGINX_CONF" -g 'daemon off;' &
WEB_PID=$!
}