#!/bin/bash
exec /usr/bin/sarg \
          -o /var/www/sarg/daily \
          -d "$(date --date "1 day ago" +%d/%m/%Y)"  > /dev/null 2>&1

exit 0
