mirror of
https://github.com/thelittlerocket/pve.git
synced 2024-11-10 08:55:42 +08:00
Update build_nat_network.sh
This commit is contained in:
parent
889a5ec6aa
commit
43c47f54af
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ if [ -f "/usr/local/bin/ndpresponder" ]; then
|
|||
systemctl daemon-reload
|
||||
systemctl enable ndpresponder.service
|
||||
systemctl start ndpresponder.service
|
||||
systemctl status ndpresponder.service
|
||||
systemctl status ndpresponder.service 2>/dev/null
|
||||
fi
|
||||
|
||||
# 删除可能存在的原有的网卡配置
|
||||
|
|
Loading…
Reference in a new issue