mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Fix exec command in portainer_agent run script
This commit is contained in:
@@ -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[@]}"
|
||||
|
||||
Reference in New Issue
Block a user