Fixed mythoptimize cron job (again).
This commit is contained in:
parent
d585fe5894
commit
347e53769d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
MYTHCONFDIR="/etc/mythtv"
|
||||
MYTHVERSION="`rpm -q --queryformat='%{VERSION}\n' mythtv-docs`"
|
||||
export MYTHCONFDIR="/etc/mythtv"
|
||||
export MYTHVERSION="`rpm -q --queryformat='%{VERSION}\n' mythtv-docs`"
|
||||
perl /usr/share/doc/mythtv-docs-${MYTHVERSION}/contrib/optimize_mythdb.pl > /dev/null
|
||||
|
|
Loading…
Add table
Reference in a new issue