From: Andrew Ruthven Date: Wed, 9 Apr 2008 02:27:49 +0000 (+1200) Subject: cron.daily should honour the HOST setting /etc/default/mythtv-status. X-Git-Tag: debian-0.7.3-2~2 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1efbc4b699fece4a514e63838ac5ea6d0750ad0;p=mythtv-status.git cron.daily should honour the HOST setting /etc/default/mythtv-status. --- diff --git a/debian/cron.daily b/debian/cron.daily index 754cc8f..3a40e91 100644 --- a/debian/cron.daily +++ b/debian/cron.daily @@ -7,4 +7,4 @@ then exit fi -/usr/bin/mythtv-status --email $EMAIL $EMAIL_ARGS +/usr/bin/mythtv-status --host $HOST --email $EMAIL $EMAIL_ARGS