mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
stickler
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
This commit is contained in:
parent
999e47a26c
commit
ce5429aba7
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue