From a5ef0afdcbdaf852d902536b3b545ccfefcebcbb Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 14 Jun 2025 17:38:26 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index a55c425..3178509 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -732,7 +732,6 @@ PORTAINER_AGENT_INSTALL(){ portainer/agent:latest >/dev/null 2>&1 echo -e "\n${idsCL[Green]}Portainer Agent has been installed${idsCL[Default]}\n" - until [ "$(docker inspect -f {{.State.Health.Status}} portainer_agent)"=="healthy" ]; do sleep 0.1; done; sleep 1s docker logs portainer_agent } TAILSCALE_INSTALL() {