From 4520703d39c6a7c3e560bdced7da72650e84ef90 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 31 Dec 2025 09:25:26 +0100 Subject: [PATCH] Update run --- portainer_agent/rootfs/etc/services.d/portainer_agent/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portainer_agent/rootfs/etc/services.d/portainer_agent/run b/portainer_agent/rootfs/etc/services.d/portainer_agent/run index 46c5c61a3..1ab83d129 100755 --- a/portainer_agent/rootfs/etc/services.d/portainer_agent/run +++ b/portainer_agent/rootfs/etc/services.d/portainer_agent/run @@ -13,7 +13,7 @@ bashio::log.info "Starting app" # Launch app cd /app || true if bashio::config.has_value 'PORTAINER_AGENT_ARGS'; then - ./agent "$PORTAINER_AGENT_ARGS" + ./agent $PORTAINER_AGENT_ARGS else ./agent fi