From 89770b8592a8b28cfbad2565f4268f36135c96a0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 8 Feb 2025 10:13:59 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 44841c9..2bacae7 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -678,11 +678,10 @@ INSTALL_WATCHTOWER() { -e WATCHTOWER_NOTIFICATION_EMAIL_SERVER=mail.scity.us \ -e WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT=25 \ containrrr/watchtower - sleep 2s + echo -e "\n${idsCL[Green]}Watchtower has been installed${idsCL[Default]}\n" + sleep 1s docker logs watchtower echo - echo -e "${idsCL[Green]}Watchtower has been installed${idsCL[Default]}" - echo ;; esac }