mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-18 06:08:21 +00:00
stickler
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
This commit is contained in:
parent
999e47a26c
commit
ce5429aba7
@ -1206,7 +1206,7 @@ install_manpage() {
|
||||
# appropriate directory for Pi-hole's man page is not present
|
||||
echo -e "${OVER} ${INFO} man page not installed"
|
||||
return
|
||||
elif [[ ! -d "/usr/local/share/man/man8"]]; then
|
||||
elif [[ ! -d "/usr/local/share/man/man8" ]]; then
|
||||
# if not present, create man8 directory
|
||||
mkdir /usr/local/share/man/man8
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user