eid-ops/global/overlay/etc/cron.daily/secreport

6 lines
97 B
Text
Raw Normal View History

2018-11-12 09:17:15 +01:00
#!/bin/sh
2018-11-01 10:19:13 +01:00
2018-11-12 09:17:15 +01:00
set -e
2018-11-12 14:15:33 +01:00
/usr/local/sbin/secreport.sh > /var/log/secreport-$(hostname --long).log 2>&1