change status from INFO to CROSS

Signed-Off-By: Rob Gill <rrobgill@protonmail.com>
This commit is contained in:
Rob Gill 2018-06-02 11:27:35 +10:00 committed by GitHub
parent ce5429aba7
commit ef65bac79b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1220,7 +1220,7 @@ install_manpage() {
# Something is wrong with the system's man installation, clean up # Something is wrong with the system's man installation, clean up
# our file, (leave everything how we found it). # our file, (leave everything how we found it).
rm /usr/local/share/man/man8/pihole.8 rm /usr/local/share/man/man8/pihole.8
echo -e "${OVER} ${INFO} man page db not updated, man page not installed" echo -e "${OVER} ${CROSS} man page db not updated, man page not installed"
fi fi
} }