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;; * )