mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-21 21:40:55 +00:00
Requested change
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
This commit is contained in:
parent
d01a568b8b
commit
9970f3786f
@ -1198,7 +1198,7 @@ install_manpage() {
|
||||
# Default location for man files for /usr/local/bin is /usr/local/share/man
|
||||
# on lightweight systems may not be present, so check before copying.
|
||||
echo -en " ${INFO} Testing man page installation"
|
||||
if ! command -v mandb; then
|
||||
if ! command -v mandb &>/dev/null; then
|
||||
# if mandb is not present, no manpage support
|
||||
echo -e "${OVER} ${INFO} man not installed"
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user