소스 검색

Update docker-install.sh

tteckster 3 년 전
부모
커밋
857d166d11
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup/docker-install.sh

+ 1 - 1
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? <Y/n> " prompt
+read -r -p "Would you like to add Portainer? <Y/n> " prompt
 if [[ $prompt == "y" || $prompt == "Y" || $prompt == "yes" || $prompt == "Yes" ]]
 then
 PORTAINER="Y"