summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.27/mythtv/recordings
blob: 7fdde513964fbb67f4924b64650a0f247a7b2f8c (plain)
1
2
3
4
5
#!/bin/bash
if [ -f /usr/share/mythtv/contrib/user_jobs/mythlink.pl ]
then
    su - mythtv -c "perl /usr/share/mythtv/contrib/user_jobs/mythlink.pl --link /data/storage/disk0/media/recordings"
fi