From e91c52079acb655cd7424c5b3af521daa23c872c Mon Sep 17 00:00:00 2001 From: tangrela Date: Thu, 1 Aug 2019 13:40:46 +0800 Subject: [PATCH] something --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0584a4e..3cdde0f 100755 --- a/install.sh +++ b/install.sh @@ -80,7 +80,7 @@ check_service(){ redis_port=6379 fi - read -p "请输入redis端口号[27017]:" mongo_port + read -p "请输入MongoDB端口号[27017]:" mongo_port if [ -z "${mongo_port}" ];then mongo_port=27017