Fixed mythorphans cron job.
This commit is contained in:
parent
c2f798eed9
commit
89d38844d3
3 changed files with 306 additions and 4 deletions
|
@ -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}" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue