From bc850e85afbea25407ef96d958a6f11e7b51308c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 21 May 2023 12:09:17 +0200 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 824c4c75d..3f7f234d1 100644 --- a/portainer_agent/rootfs/etc/services.d/portainer_agent/run +++ b/portainer_agent/rootfs/etc/services.d/portainer_agent/run @@ -10,4 +10,4 @@ bashio::log.info "Starting app" # Launch app cd /app || true -./agent "$PORTAINER_AGENT_ARGS" || ./agent +./agent "$PORTAINER_AGENT_ARGS" 2>/dev/null || ./agent