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 }