4 lines
197 B
Bash
Executable File
4 lines
197 B
Bash
Executable File
#!/bin/bash
|
|
|
|
/usr/sbin/logwatch --detail high --format html >/tmp/logwatch.html; echo "Log watch" | /usr/bin/mutt -s "Rapport logwatch domoticz" -a /tmp/logwatch.html -- jerome.delacotte@gmail.com
|