Added support for command line options into mythorphans cron job.

This commit is contained in:
Timo Mkinen 2009-12-22 09:58:59 +02:00
parent 73d68fc6ac
commit b0a56dac23

View file

@ -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;