From b1efbc4b699fece4a514e63838ac5ea6d0750ad0 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Wed, 9 Apr 2008 14:27:49 +1200 Subject: [PATCH] cron.daily should honour the HOST setting /etc/default/mythtv-status. --- debian/cron.daily | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2