Added automatic cleaning of orphans into mythtv.
This commit is contained in:
parent
75cc35f180
commit
10ad7adce2
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@ perl /usr/share/doc/mythtv-docs-${MYTHVERSION}/contrib/maintenance/myth.find_orp
|
|||
--dbhost="${DBHostName}" \
|
||||
--database="${DBName}" \
|
||||
--user="${DBUserName}" \
|
||||
--pass="${DBPassword}" $* | awk '
|
||||
--pass="${DBPassword}" \
|
||||
--dodelete \
|
||||
--dodbdelete | awk '
|
||||
BEGIN {
|
||||
data = "";
|
||||
ok = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue