From 86bf1351df0c91f8681edbca903e8de9e7a4a983 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 8 Feb 2025 10:17:14 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 3196cd5..8733022 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -681,7 +681,8 @@ INSTALL_WATCHTOWER() { echo -e "\n${idsCL[Green]}Watchtower has been installed${idsCL[Default]}\n" until [ "$(docker inspect -f {{.State.Health.Status}} watchtower)"=="healthy" ]; do sleep 0.1; - done; + done + sleep 1s docker logs watchtower echo ;;