Commit e22341a9 authored by Kunkka王辉's avatar Kunkka王辉 😲

feat: 修复

parent f3bda4e2
#!/bin/bash #!/bin/bash
# 获取本机ip 192 ip # 获取本机ip 192 ip
HOST_IP=$(hostname -I | grep -E "192\.168\.[0-9]+\.[0-9]+" -o) HOST_IP=$(hostname -I | awk '{for(i=1; i<NF;i++) {if($i ~/192.168/) { print $i; exit}}}')
# CRM_PORT,DWP_PORT,CRM_CLIENT_PORT # CRM_PORT,DWP_PORT,CRM_CLIENT_PORT
CRM_PORT=8181 CRM_PORT=8181
DWP_PORT=8118 DWP_PORT=8118
......
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