Blame | Last modification | View Log | RSS feed
#!/bin/bashDailyReport=`grep -e "^[[:space:]]*DailyReport[[:space:]]*=[[:space:]]*" /usr/share/logwatch/default.conf/logwatch.conf | head -n1 | sed -e "s|^\s*DailyReport\s*=\s*||"`if [ "$DailyReport" != "No" ] && [ "$DailyReport" != "no" ]thenlogwatchfi