mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-18 14:18:15 +00:00
Silence rm warning if no DHCP server is used
This commit is contained in:
parent
b3b7aae7d7
commit
6a89c6bf3b
@ -249,7 +249,7 @@ ra-param=*,0,0
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
rm "${dhcpconfig}"
|
rm "${dhcpconfig}" &> /dev/null
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user