From 3cce666e4c2d1a4cd9012bd61bff64d79139d209 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 23 Aug 2022 13:57:59 -0400 Subject: [PATCH] Update docker-install.sh --- setup/docker-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/docker-install.sh b/setup/docker-install.sh index 3ee63673..f5ccbb05 100644 --- a/setup/docker-install.sh +++ b/setup/docker-install.sh @@ -83,7 +83,7 @@ EOF sh <(curl -sSL https://get.docker.com) &>/dev/null msg_ok "Installed Docker $DOCKER_LATEST_VERSION" -read -r -p "Would you like to 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" @@ -105,7 +105,7 @@ docker run -d \ msg_ok "Installed Portainer $PORTAINER_LATEST_VERSION" fi -read -r -p "Would you like to add Docker Compose? " prompt +read -r -p "Would you like to add Docker Compose? " prompt if [[ $prompt == "y" || $prompt == "Y" || $prompt == "yes" || $prompt == "Yes" ]] then DOCKER_COMPOSE="Y"