diff --git a/conf/common/usr/local/sbin/check_log b/conf/common/usr/local/sbin/check_log index a29afa6..63c2d90 100755 --- a/conf/common/usr/local/sbin/check_log +++ b/conf/common/usr/local/sbin/check_log @@ -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 ################################################################################