mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-21 13:43:42 +00:00
Fix removing old man page
Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
parent
c0e39087bc
commit
ada7d2bd31
1 changed files with 2 additions and 2 deletions
|
@ -1230,8 +1230,8 @@ install_manpage() {
|
|||
if [[ -f "/usr/local/share/man/man5/pihole-FTL.conf.5" ]]; then
|
||||
rm /usr/local/share/man/man5/pihole-FTL.conf.5
|
||||
fi
|
||||
if [[ -f "/usr/local/share/man/man5/pihole-FTL.8" ]]; then
|
||||
rm /usr/local/share/man/man5/pihole-FTL.8
|
||||
if [[ -f "/usr/local/share/man/man8/pihole-FTL.8" ]]; then
|
||||
rm /usr/local/share/man/man8/pihole-FTL.8
|
||||
fi
|
||||
|
||||
if mandb -q &>/dev/null; then
|
||||
|
|
Loading…
Reference in a new issue