Update linupx-scripts.sh
This commit is contained in:
@@ -732,7 +732,6 @@ PORTAINER_AGENT_INSTALL(){
|
|||||||
portainer/agent:latest >/dev/null 2>&1
|
portainer/agent:latest >/dev/null 2>&1
|
||||||
|
|
||||||
echo -e "\n${idsCL[Green]}Portainer Agent has been installed${idsCL[Default]}\n"
|
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
|
docker logs portainer_agent
|
||||||
}
|
}
|
||||||
TAILSCALE_INSTALL() {
|
TAILSCALE_INSTALL() {
|
||||||
|
|||||||
Reference in New Issue
Block a user