From 857d166d11b492e85e5a97016e32d99e64bd5ab6 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 24 Mar 2022 23:37:59 -0400 Subject: [PATCH] Update docker-install.sh --- setup/docker-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"