Update linupx-scripts.sh

This commit is contained in:
2025-02-08 10:13:59 -06:00
parent db983966d2
commit 89770b8592

View File

@@ -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
}