mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-23 21:30:17 +00:00
Revert overzealous renaming of Pi-hole in pihole.log detection.
This commit is contained in:
parent
5bbb3ac49a
commit
ac1c299369
1 changed files with 2 additions and 2 deletions
|
@ -402,8 +402,8 @@ function dumpPiHoleLog {
|
|||
echo >> ${DEBUG_LOG}
|
||||
done
|
||||
else
|
||||
echo "No Pi-hole.log file found!" >> ${DEBUG_LOG}
|
||||
printf ":::\tNo Pi-hole.log file found!\n"
|
||||
echo "No pihole.log file found!" >> ${DEBUG_LOG}
|
||||
printf ":::\tNo pihole.log file found!\n"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue