polyze/polyze.cron.daily

6 lines
126 B
Plaintext
Raw Normal View History

2022-09-04 16:37:21 +00:00
#!/bin/sh
if [ -x /usr/local/sbin/send-polyze-daily ]; then
/usr/local/sbin/send-polyze-daily $(postconf -h mydomain)
fi