mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-02-01 02:29:01 +08:00
Update install_pve.sh
This commit is contained in:
parent
6cf5b579e7
commit
776c0210ee
1 changed files with 2 additions and 1 deletions
|
@ -113,6 +113,7 @@ if [[ -f "/etc/network/interfaces.d/50-cloud-init" && -f "/etc/network/interface
|
|||
fi
|
||||
chattr -i /etc/network/interfaces
|
||||
cat /etc/network/interfaces.d/50-cloud-init >> /etc/network/interfaces
|
||||
chattr -i /etc/network/interfaces.d/50-cloud-init
|
||||
rm /etc/network/interfaces.d/50-cloud-init
|
||||
chattr +i /etc/network/interfaces
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue