check_log - vérifie dans le répertoire ulogd seulement si il existe (paquet ulogd2 installé)
This commit is contained in:
parent
c0ad1c5d16
commit
10ab2eb049
@ -94,7 +94,9 @@ function find_log() {
|
||||
}
|
||||
|
||||
find_log $REP_LOG
|
||||
find_log $REP_ULOGD
|
||||
if [ -d $REP_ULOGD ] ; then
|
||||
find_log $REP_ULOGD
|
||||
fi
|
||||
|
||||
################################################################################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user