mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
make last line of script return a new line been bugging me for awhile
This commit is contained in:
parent
a9d17c96be
commit
60873144ea
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ gravity_reload() {
|
|||
|
||||
# Reload hosts file
|
||||
echo ":::"
|
||||
echo -n "::: Refresh lists in dnsmasq..."
|
||||
echo "::: Refresh lists in dnsmasq..."
|
||||
|
||||
#ensure /etc/dnsmasq.d/01-pihole.conf is pointing at the correct list!
|
||||
#First escape forward slashes in the path:
|
||||
|
|
Loading…
Reference in a new issue