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() {