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
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ then
echo >> $DEBUG_LOG echo >> $DEBUG_LOG
else else
echo "No 01-pihole.conf file found!" >> $DEBUG_LOG 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 fi
echo "::: Writing lighttpd.conf to debug log..." echo "::: Writing lighttpd.conf to debug log..."