]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
cron.daily should honour the HOST setting /etc/default/mythtv-status.
authorAndrew Ruthven <andrew@etc.gen.nz>
Wed, 9 Apr 2008 02:27:49 +0000 (14:27 +1200)
committerAndrew Ruthven <andrew@etc.gen.nz>
Wed, 9 Apr 2008 02:27:49 +0000 (14:27 +1200)
debian/cron.daily

index 754cc8fcabd1ebcb559a08697227f3a208bb3c21..3a40e91c4d44fa2b95adcf4d0d60178bbbe76227 100644 (file)
@@ -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