Commit 985f60da authored by Kunkka王辉's avatar Kunkka王辉 😲

文档编写

parent e3977931
...@@ -8,7 +8,7 @@ if docker --help | grep compose >/dev/null ; then ...@@ -8,7 +8,7 @@ if docker --help | grep compose >/dev/null ; then
COMPOSE_CMD='docker compose' COMPOSE_CMD='docker compose'
fi fi
DOCKER_COMPOSE_YES='yes';if [ ! `command -v docker-compose` ] && [ "$COMPOSE_CMD" != 'docker compose' ];then DOCKER_COMPOSE_YES='no';fi; DOCKER_COMPOSE_YES='yes';if [ ! `command -v docker-compose` ] && [ "$COMPOSE_CMD" != 'docker compose' ];then DOCKER_COMPOSE_YES='no';fi;
PORT_YES ='yes'; if ss -tpl | grep -E '8118|8181' >/dev/null ;then PORT_YES='no';fi; PORT_YES='yes'; if ss -tpl | grep -E '8118|8181' >/dev/null ;then PORT_YES='no';fi;
cat <<EOF cat <<EOF
检查环境: 检查环境:
1. 是否是linux系统 $OS_IS_LINUX 1. 是否是linux系统 $OS_IS_LINUX
......
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