sarg: Create initial report right after sarg has been installed.

This commit is contained in:
Michael Tremer
2012-11-26 16:58:19 +01:00
parent 1870e7c50f
commit 3fc50622e0

View File

@@ -27,3 +27,8 @@ restore_backup ${NAME}
# Create data directory.
[ -d "/var/log/sarg" ] || mkdir /var/log/sarg
# Create initial report.
/usr/sbin/update-sarg-reports today >/dev/null 2>&1
exit 0