Update linupx-scripts.sh

This commit is contained in:
2025-02-08 10:03:08 -06:00
parent fe1f79f50e
commit f399e325dd

View File

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