#!/bin/bash # Generate a report, if the logfile is found. if [[ -s /var/log/httpd/access_log ]] ; then /var/lib/yaala/yaala --config common_log.conf fi exit 0