Update deploy.sh

cancel kernal_check
This commit is contained in:
Markxu
2024-11-07 19:14:56 +08:00
committed by GitHub
parent acdeef3e49
commit cdb4a9d2e3

View File

@@ -99,7 +99,7 @@ configure_ip() {
# 安装zerotier-planet
install() {
kernel_check
# kernel_check
if docker inspect ${CONTAINER_NAME} &>/dev/null; then
echo "容器${CONTAINER_NAME}已经存在"