From f399e325dd5bfd51d88777e420284d5e63d6d6ba Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 8 Feb 2025 10:03:08 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index a190842..80e792f 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -649,7 +649,8 @@ DOCKER_CLEANUP(){ } INSTALL_WATCHTOWER() { echo - read -n 1 -p "Are you sure you wish to install Watchtower (Y/n)?" choice + echo -en "${idsCL[LightCyan]}Are you sure you wish to install Watchtower (Y/n)? ${idsCL[Default]}" + read -n 1 choice case "$choice" in [Nn]) t=t;; * )