mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-23 07:18:07 +00:00
User token instructions, and small bugfix for missing separator.
This commit is contained in:
parent
fad2d6b1d1
commit
908697a963
@ -302,7 +302,7 @@ checkProcesses() {
|
|||||||
PROCESSES=( lighttpd dnsmasq )
|
PROCESSES=( lighttpd dnsmasq )
|
||||||
for i in "${PROCESSES[@]}"; do
|
for i in "${PROCESSES[@]}"; do
|
||||||
log_write ""
|
log_write ""
|
||||||
log_write -n "${i}"
|
log_write "${i}"
|
||||||
log_write " processes status:"
|
log_write " processes status:"
|
||||||
systemctl -l status "${i}" >> "${DEBUG_LOG}"
|
systemctl -l status "${i}" >> "${DEBUG_LOG}"
|
||||||
done
|
done
|
||||||
@ -382,6 +382,8 @@ finalWork() {
|
|||||||
# Check if tricorder.pi-hole.net is reachable and provide token.
|
# Check if tricorder.pi-hole.net is reachable and provide token.
|
||||||
if [ -n "${tricorder}" ]; then
|
if [ -n "${tricorder}" ]; then
|
||||||
echo "::: Your debug token is : ${tricorder}"
|
echo "::: Your debug token is : ${tricorder}"
|
||||||
|
echo "::: Please contact the Pi-hole team with your token to being assistance."
|
||||||
|
echo "::: Thank you."
|
||||||
fi
|
fi
|
||||||
echo "::: Debug log can be found at : /var/log/pihole_debug.log"
|
echo "::: Debug log can be found at : /var/log/pihole_debug.log"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user