diff --git a/cron/update.cron b/cron/update.cron index 045a7ca..1e1c786 100644 --- a/cron/update.cron +++ b/cron/update.cron @@ -1,6 +1,6 @@ NAME="ircd_update" AUTHOR="Pim van Pelt" -MAILTO="pim@ipng.nl" +# MAILTO="pim@ipng.nl" ESCALATE_MAILTO="pim@ipng.nl" MASTERLOG="/home/ircd/cronscripts/logs/${NAME}.log" @@ -17,7 +17,7 @@ function bitcron_main() [ ! -r $DIFF ] && fatal "Cannot read diff file" [ -s $DIFF ] && { - echo "Incorporating these diffs from the repository" + warning "Incorporating these diffs from the repository" cat $DIFF svn update || error "Could not update local copy" echo "Sending -HUP to the ircd"