From c8650bdcf37d06167acfe008301da1233f2412ea Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 21 May 2023 10:13:56 +0200 Subject: [PATCH] Update 99-run.sh --- portainer_agent/rootfs/etc/cont-init.d/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portainer_agent/rootfs/etc/cont-init.d/99-run.sh b/portainer_agent/rootfs/etc/cont-init.d/99-run.sh index 74a7c7e2e..6c7b95d04 100755 --- a/portainer_agent/rootfs/etc/cont-init.d/99-run.sh +++ b/portainer_agent/rootfs/etc/cont-init.d/99-run.sh @@ -9,4 +9,4 @@ bashio::require.unprotected # Set environemnt # Launch app -./agent +./agent "$PORTAINER_AGENT_ARGS"