mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-25 08:40:12 +00:00
man page for pihole-FTL
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
This commit is contained in:
parent
808e310799
commit
ed7ebfd58d
5 changed files with 212 additions and 48 deletions
|
@ -173,7 +173,7 @@ removeNoPurge() {
|
|||
|
||||
# If the pihole manpage exists, then delete and rebuild man-db
|
||||
if [[ -f /usr/local/share/man/man8/pihole.8 ]]; then
|
||||
${SUDO} rm -f /usr/local/share/man/man8/pihole.8
|
||||
${SUDO} rm -f /usr/local/share/man/man8/pihole.8 /usr/local/share/man/man8/pihole-FTL.8 /usr/local/share/man/man5/pihole-FTL.conf.5
|
||||
${SUDO} mandb -q &>/dev/null
|
||||
echo -e " ${TICK} Removed pihole man page"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue