mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
write ifcfg instead of appending
This commit is contained in:
parent
6cb5bb7200
commit
0caa44e979
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ setStaticIPv4() {
|
||||||
echo "DNS1=$PIHOLE_DNS_1"
|
echo "DNS1=$PIHOLE_DNS_1"
|
||||||
echo "DNS2=$PIHOLE_DNS_2"
|
echo "DNS2=$PIHOLE_DNS_2"
|
||||||
echo "USERCTL=no"
|
echo "USERCTL=no"
|
||||||
}>> "${IFCFG_FILE}"
|
}> "${IFCFG_FILE}"
|
||||||
ip addr replace dev "${PIHOLE_INTERFACE}" "${IPV4_ADDRESS}"
|
ip addr replace dev "${PIHOLE_INTERFACE}" "${IPV4_ADDRESS}"
|
||||||
if [ -x "$(command -v nmcli)" ];then
|
if [ -x "$(command -v nmcli)" ];then
|
||||||
# Tell NetworkManager to read our new sysconfig file
|
# Tell NetworkManager to read our new sysconfig file
|
||||||
|
|
Loading…
Reference in a new issue