mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-23 21:30:17 +00:00
Requested change
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
This commit is contained in:
parent
d01a568b8b
commit
9970f3786f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue