From cf3641bccc9bc26b6714c4910836b29f21bc6407 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 8 Feb 2025 10:10:33 -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 ef19f88..7d1f6e6 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -661,7 +661,7 @@ INSTALL_WATCHTOWER() { docker rm watchtower >/dev/null 2>&1 echo -e "${idsCL[Green]}Done${idsCL[Default]}" fi - echo -e "${idsCL[LightCyan]}Installing Watchtower Docker... ${idsCL[Default]}" + echo -e "\n${idsCL[LightCyan]}Installing Watchtower Docker... ${idsCL[Default]}" docker run --detach \ --name watchtower \ -v /var/run/docker.sock:/var/run/docker.sock \ @@ -678,6 +678,7 @@ INSTALL_WATCHTOWER() { -e WATCHTOWER_NOTIFICATION_EMAIL_SERVER=mail.scity.us \ -e WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT=25 \ containrrr/watchtower + sleep 2s docker logs watchtower echo echo -e "${idsCL[Green]}Watchtower has been installed${idsCL[Default]}"