From 47a4c9c28e696b4767731a4f0199fa28327903aa Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 15 Nov 2025 10:42:13 -0600 Subject: [PATCH] update --- defaults.inc | 2 +- linupx-scripts.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/defaults.inc b/defaults.inc index e6e3800..b9f6938 100755 --- a/defaults.inc +++ b/defaults.inc @@ -2,7 +2,7 @@ action="$1" FOLDER='/opt/idssys/linupx' -VERS='6.60.45-09152025' +VERS='6.60.46-11152025' IPERFVER="3.15" diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 83d78ec..b0655db 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -191,7 +191,7 @@ PIPUPGRADEFIX(){ DOCKER_UPDATE(){ - docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once --cleanup + docker run --rm -v /var/run/docker.sock:/var/run/docker.sock nicholas-fedor/watchtower --run-once --cleanup echo echo -e "${idsCL[Green]}Docker Updates have completed${idsCL[Default]}" @@ -729,7 +729,7 @@ INSTALL_WATCHTOWER() { -e WATCHTOWER_NOTIFICATION_EMAIL_TO=b3upzaom7a@pomail.net \ -e WATCHTOWER_NOTIFICATION_EMAIL_SERVER=mail.scity.us \ -e WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT=25 \ - containrrr/watchtower --run-once + nicholas-fedor/watchtower --run-once else if [ "$(docker ps -a -q -f name=watchtower)" ]; then echo -en "${idsCL[LightYellow]}Removing previous Watchtower container... ${idsCL[Default]}" @@ -753,7 +753,7 @@ INSTALL_WATCHTOWER() { -e WATCHTOWER_NOTIFICATION_EMAIL_TO=b3upzaom7a@pomail.net \ -e WATCHTOWER_NOTIFICATION_EMAIL_SERVER=mail.scity.us \ -e WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT=25 \ - containrrr/watchtower + nicholas-fedor/watchtower echo -e "\n${idsCL[Green]}Watchtower has been installed${idsCL[Default]}\n" until [ "$(docker inspect -f {{.State.Health.Status}} watchtower)"=="healthy" ]; do sleep 0.1; done; sleep 1s docker logs watchtower