diff --git a/setup/docker-install.sh b/setup/docker-install.sh index deea1d9c..a34d5d59 100644 --- a/setup/docker-install.sh +++ b/setup/docker-install.sh @@ -77,7 +77,7 @@ EOF sh <(curl -sSL https://get.docker.com) &>/dev/null echo -e "${CM}${CL} \r" -read -r -p "Add Portainer? " prompt +read -r -p "Would you like to add Portainer? " prompt if [[ $prompt == "y" || $prompt == "Y" || $prompt == "yes" || $prompt == "Yes" ]] then PORTAINER="Y"