Update linupx-scripts.sh
This commit is contained in:
@@ -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;;
|
||||
* )
|
||||
|
||||
Reference in New Issue
Block a user