#!/bin/sh
# Optimize the database
OPT_MYTHDB=’/usr/share/doc/mythtv-docs-0.21/contrib/optimize_mythdb.pl’
LOG=’/var/log/mythtv/optimize_mythdb.log’
echo “Started ${OPT_MYTHDB} on `date`” >> ${LOG}
${OPT_MYTHDB} >> ${LOG}
echo “Finished ${OPT_MYTHDB} on `date`” >> ${LOG}
Recent Posts
Recent Comments
- dbennett_bensoft on Finally, I got very lucky on an APC AP9211
- Newy's Blog on A few new pc items
- bryan on Flooring has been installed
- bryan on Slow season for tv shows
- bryan on Thinking about getting an eye-fi card
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
You must be logged in to post a comment.