Fix reviewer's comment

Co-authored-by: DL6ER <DL6ER@users.noreply.github.com>
pull/4489/head
yubiuser 2 years ago committed by GitHub
parent d7d8e9730b
commit c3c5342b48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1372,7 +1372,7 @@ install_manpage() {
install -D -m 644 -T ${PI_HOLE_LOCAL_REPO}/manpages/pihole.8 /usr/local/share/man/man8/pihole.8
install -D -m 644 -T ${PI_HOLE_LOCAL_REPO}/manpages/pihole-FTL.8 /usr/local/share/man/man8/pihole-FTL.8
# remvoe previously installed "pihole-FTL.conf" man page
# remove previously installed "pihole-FTL.conf.5" man page
if [[ -f "/usr/local/share/man/man5/pihole-FTL.conf.5" ]]; then
rm /usr/local/share/man/man5/pihole-FTL.conf.5
fi

Loading…
Cancel
Save