Update linupx-scripts.sh

This commit is contained in:
2025-02-08 10:20:57 -06:00
parent 9e24e48c3f
commit 33b3d63d24

View File

@@ -679,10 +679,7 @@ 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 logs watchtower)"!="" ]; do
sleep 0.1;
done
until [ "$(docker inspect -f {{.State.Health.Status}} watchtower)"=="healthy" ]; do sleep 0.1; done; sleep 1s
docker logs watchtower
echo
;;