mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-17 21:59:55 +00:00
If config file was backed up: Print info message
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
parent
28c6b1393f
commit
1813c25117
@ -2113,6 +2113,7 @@ FTLinstall() {
|
||||
# /etc/dnsmasq.conf contains only "conf-dir=/etc/dnsmasq.d"
|
||||
local conffile="/etc/dnsmasq.conf"
|
||||
if [[ -f "${conffile}" ]]; then
|
||||
echo " ${INFO} Backing up ${conffile} to ${conffile}.old"
|
||||
mv "${conffile}" "${conffile}.old"
|
||||
fi
|
||||
# Create /etc/dnsmasq.conf
|
||||
|
Loading…
Reference in New Issue
Block a user