This commit is contained in:
Leon 2021-08-04 22:42:01 +08:00
parent bea4060341
commit 7cb051c75e

View File

@ -74,9 +74,9 @@ docker_install() {
fi fi
} }
# 配置文件保存目录
docker_install docker_install
warn "降低学习成本,小白回车到底,一路默认选择" warn "降低学习成本,小白回车到底,一路默认选择"
# 配置文件保存目录
echo -n -e "\e[33m一、请输入配置文件保存的绝对路径示例/root),回车默认为当前目录:\e[0m" echo -n -e "\e[33m一、请输入配置文件保存的绝对路径示例/root),回车默认为当前目录:\e[0m"
read jd_path read jd_path
if [ -z "$jd_path" ]; then if [ -z "$jd_path" ]; then