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:
parent
1a1026b367
commit
6145748bfb
@ -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..."
|
||||
|
Loading…
Reference in New Issue
Block a user