Commit e30bb74c authored by wangkx1's avatar wangkx1
Browse files

Update solve_ca.sh

parent 77db7cf4
#!/bin/bash #!/bin/bash
# 1. 添加 10.17.30.230 hygon.ai.com 到 /etc/hosts 文件的末尾 # 1. 添加 10.17.30.230 hygon.ai.com 到 /etc/hosts 文件的末尾
HOST_ENTRY="10.17.30.230 hygon.ai.com" HOST_ENTRY="10.17.27.100 hygon.ai.com"
HOSTS_FILE="/etc/hosts" HOSTS_FILE="/etc/hosts"
if ! grep -q "$HOST_ENTRY" "$HOSTS_FILE"; then if ! grep -q "$HOST_ENTRY" "$HOSTS_FILE"; then
......
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