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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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