Update linupx-scripts.sh

This commit is contained in:
2025-06-14 17:38:26 -05:00
parent 2e5fe29c65
commit a5ef0afdcb

View File

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