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
1 changed files with 1 additions and 1 deletions

View File

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