Fix exec command in portainer_agent run script

This commit is contained in:
Alexandre
2025-12-31 09:33:37 +01:00
committed by GitHub
parent 3357799fa3
commit dd931d7696

View File

@@ -12,4 +12,4 @@ if bashio::config.has_value 'PORTAINER_AGENT_ARGS'; then
read -r -a args <<<"$(bashio::config 'PORTAINER_AGENT_ARGS')"
fi
exec ./agent "${args[@]}"
./agent "${args[@]}"