mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +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')"
|
read -r -a args <<<"$(bashio::config 'PORTAINER_AGENT_ARGS')"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec ./agent "${args[@]}"
|
./agent "${args[@]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user