Projet

Général

Profil

Paste
Télécharger (212 octets) Statistiques
| Branche: | Révision:

root / bin / log-report.sh @ eb7028bd

1 5a1949a4 Julien Enselme
#!/bin/sh
2
. /home/assos/bin/scripts-config.sh
3
4
current_day=$(date "+%Y-%m-%d")
5
log_file="${d7_dir_log}/${current_day}.log"
6
7 81a75448 Julien Enselme
unlog "${log_file}" --config /home/assos/.unlog  --mail-subject "Unlog: ${current_day}"