From dabf2b58272bb4e6af05cf1f8536ff391e7a0250 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 8 Feb 2025 10:08:18 -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 78b3639..ef19f88 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -661,7 +661,7 @@ INSTALL_WATCHTOWER() { docker rm watchtower >/dev/null 2>&1 echo -e "${idsCL[Green]}Done${idsCL[Default]}" fi - echo -en "${idsCL[LightCyan]}Installing Watchtower Docker... ${idsCL[Default]}" + echo -e "${idsCL[LightCyan]}Installing Watchtower Docker... ${idsCL[Default]}" docker run --detach \ --name watchtower \ -v /var/run/docker.sock:/var/run/docker.sock \