mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-01-31 18:18:28 +08:00
Update
This commit is contained in:
parent
125f50e55b
commit
737e63d9d5
1 changed files with 3 additions and 1 deletions
|
@ -150,7 +150,9 @@ fi
|
|||
# fi
|
||||
# 去除空行之外的重复行
|
||||
remove_duplicate_lines "/etc/network/interfaces"
|
||||
if [ -f "/etc/network/interfaces.new" ]; then
|
||||
remove_duplicate_lines "/etc/network/interfaces.new"
|
||||
fi
|
||||
}
|
||||
|
||||
fix_interfaces_ipv6_auto_type(){
|
||||
|
|
Loading…
Reference in a new issue