check_log - vérifie dans le répertoire ulogd seulement si il existe (paquet ulogd2 installé)

This commit is contained in:
Alban Vidal 2021-04-26 00:40:04 +02:00
parent c0ad1c5d16
commit 10ab2eb049
No known key found for this signature in database
GPG Key ID: 96BD4FF64E709FDE

View File

@ -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
################################################################################