1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-18 06:08:21 +00:00

Change single echo to printf to forrect \t interpretation

This commit is contained in:
nate 2016-03-27 20:36:31 -05:00
parent 1a1026b367
commit 6145748bfb

View File

@ -170,7 +170,7 @@ then
echo >> $DEBUG_LOG
else
echo "No 01-pihole.conf file found!" >> $DEBUG_LOG
echo "::: No 01-pihole.conf file found\n"
printf ":::\tNo 01-pihole.conf file found\n"
fi
echo "::: Writing lighttpd.conf to debug log..."