Commit 105cb987 authored by Kunkka王辉's avatar Kunkka王辉 😲

多余注释处理

parent 792d67b9
......@@ -60,14 +60,13 @@ if echo "$TAR_YES$GIT_YES$DOCKER_COMPOSE_YES$OS_IS_LINUX$DOCKER_YES$PORT_YES" |
fi
# 变量声明
ENV='dev'
CODE_DIR=$(pwd)/code-$ENV
for arg in "$@"; do
if [ -n "$arg" ]; then
ENV="$arg"
break
fi
done
CODE_DIR=$(pwd)/code-$ENV
BUILD_DIR=galaxy-$ENV
if [ ! -d $CODE_DIR ]; then
mkdir -p $CODE_DIR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment