Change single echo to printf to forrect \t interpretation
This commit is contained in:
@ -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..."
|
||||||
|
Reference in New Issue
Block a user