Fix check_customsyslog - We have to check whether EvoBSD is present in newsyslog.conf file

This commit is contained in:
Tristan PILAT 2020-07-15 11:19:30 +02:00
parent 239c5896df
commit 5eedf3ad4d

View file

@ -221,7 +221,7 @@ check_ttyc0secure(){
} }
check_customsyslog(){ check_customsyslog(){
grep -q Evolix /etc/newsyslog.conf || failed "IS_CUSTOMSYSLOG" "" grep -q EvoBSD /etc/newsyslog.conf || failed "IS_CUSTOMSYSLOG" ""
} }
check_sudomaint(){ check_sudomaint(){