Fixed mythorphans cron job.

This commit is contained in:
Timo Mkinen 2012-09-26 11:40:18 +03:00
parent c2f798eed9
commit 89d38844d3
3 changed files with 306 additions and 4 deletions

View file

@ -19,7 +19,7 @@ mysql -h "${DBHostName}" -u"${DBUserName}" -p"${DBPassword}" -s \
"${DBName}" | egrep -q "^[1-9][0-9]*\$" || exit 0
# find orphans and print stats if found
perl /usr/share/doc/mythtv-docs-${MYTHVERSION}/contrib/maintenance/myth.find_orphans.pl \
perl /usr/local/bin/myth.find_orphans.pl \
--dbhost="${DBHostName}" \
--database="${DBName}" \
--user="${DBUserName}" \