From 3341cda97dd2046d1140ca06872c61a2b7914dd9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 8 Feb 2025 09:22:29 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 111ae94..dd541cf 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -654,7 +654,7 @@ INSTALL_WATCHTOWER() { [Nn]) t=t;; * ) echo - if [ ! "$(docker ps -q -f name=watchtower)" ]; then + if [ "$(docker ps -q -f name=watchtower)" ]; then docker stop watchtower docker rm watchtower fi