From fbd7e371bfb7209a189f404774ea5c70324b9573 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 8 Feb 2025 10:17:50 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 8733022..0ed6fe1 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -682,7 +682,7 @@ INSTALL_WATCHTOWER() { until [ "$(docker inspect -f {{.State.Health.Status}} watchtower)"=="healthy" ]; do sleep 0.1; done - sleep 1s + sleep 0.5s docker logs watchtower echo ;;