Added support for command line options into mythorphans cron job.
This commit is contained in:
parent
73d68fc6ac
commit
b0a56dac23
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ perl /usr/share/doc/mythtv-docs-${MYTHVERSION}/contrib/maintenance/myth.find_orp
|
|||
--dbhost="${DBHostName}" \
|
||||
--database="${DBName}" \
|
||||
--user="${DBUserName}" \
|
||||
--pass="${DBPassword}" | awk '
|
||||
--pass="${DBPassword}" $* | awk '
|
||||
BEGIN {
|
||||
data = "";
|
||||
ok = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue