Skip to content

Commit

Permalink
User token instructions, and small bugfix for missing separator.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Schaper committed Oct 29, 2016
1 parent fad2d6b commit 908697a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion advanced/Scripts/piholeDebug.sh
Expand Up @@ -302,7 +302,7 @@ checkProcesses() {
PROCESSES=( lighttpd dnsmasq )
for i in "${PROCESSES[@]}"; do
log_write ""
log_write -n "${i}"
log_write "${i}"
log_write " processes status:"
systemctl -l status "${i}" >> "${DEBUG_LOG}"
done
Expand Down Expand Up @@ -382,6 +382,8 @@ finalWork() {
# Check if tricorder.pi-hole.net is reachable and provide token.
if [ -n "${tricorder}" ]; then
echo "::: Your debug token is : ${tricorder}"
echo "::: Please contact the Pi-hole team with your token to being assistance."
echo "::: Thank you."
fi
echo "::: Debug log can be found at : /var/log/pihole_debug.log"
}
Expand Down

0 comments on commit 908697a

Please sign in to comment.