Update run

This commit is contained in:
Alexandre
2025-12-31 09:16:02 +01:00
committed by GitHub
parent 0f4cb6f0f0
commit 6cb204ca93

View File

@@ -13,7 +13,7 @@ bashio::log.info "Starting app"
# Launch app # Launch app
cd /app || true cd /app || true
if bashio::config.has_value 'PORTAINER_AGENT_ARGS'; then if bashio::config.has_value 'PORTAINER_AGENT_ARGS'; then
./agent "$PORTAINER_AGENT_ARGS" 2> /dev/null ./agent "$PORTAINER_AGENT_ARGS"
else else
./agent ./agent
fi fi