~ubuntu-branches/ubuntu/karmic/mythtv-status/karmic

« back to all changes in this revision

Viewing changes to debian/cron.daily

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Ruthven
  • Date: 2007-11-30 09:54:03 UTC
  • Revision ID: james.westby@ubuntu.com-20071130095403-ngpfya9o51mui11v
Tags: 0.5.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
. /etc/default/mythtv-status
 
4
 
 
5
if [ "x$EMAIL" = "x" -o "x$EMAIL" = "xnone" ]
 
6
then
 
7
  exit
 
8
fi
 
9
 
 
10
/usr/bin/mythtv-status --email $EMAIL $EMAIL_ARGS