From 16daeb0c9894013f10818e9efaa2874451a49880 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 15 Nov 2025 11:02:41 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index bd63162..c91370a 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 nicholas-fedor/watchtower --run-once --cleanup + docker run --rm -v /var/run/docker.sock:/var/run/docker.sock nickfedor/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 \ - nicholas-fedor/watchtower --run-once + nickfedor/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 \ - nicholas-fedor/watchtower + nickfedor/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