#!/usr/bin/env bash # Crond if [ ! -d /etc/periodic/ ] then echo "Cron not detected, exiting..." exit 1 fi ${MYVEMAIL_CROND} -b -l 0 -L /var/log/mail/cron.log