From 9e24e48c3f1b95c73844a5b51e16aead6cdee5b2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 8 Feb 2025 10:19:08 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 0ed6fe1..30e973e 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -679,10 +679,10 @@ INSTALL_WATCHTOWER() { -e WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT=25 \ containrrr/watchtower echo -e "\n${idsCL[Green]}Watchtower has been installed${idsCL[Default]}\n" - until [ "$(docker inspect -f {{.State.Health.Status}} watchtower)"=="healthy" ]; do + # until [ "$(docker inspect -f {{.State.Health.Status}} watchtower)"=="healthy" ]; do + until [ "$(docker logs watchtower)"!="" ]; do sleep 0.1; done - sleep 0.5s docker logs watchtower echo ;;