From 86e94cd8d216b1de6be5eb370fee014e42988c5b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 15 Nov 2025 11:01:39 -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 b0655db..bd63162 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -715,7 +715,7 @@ DOCKER_CLEANUP(){ } INSTALL_WATCHTOWER() { echo - if [ ${1} -eq 1 ]; then + if [ ${1} -eq 1 > /dev/null 2>&1 ]; then docker run --rm \ -v /var/run/docker.sock:/var/run/docker.sock \ -e TZ=America/Chicago \