summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.27/mythtv/recordings
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2015-07-30 19:07:58 (GMT)
committerBritney Fransen <brfransen@gmail.com>2015-07-30 19:07:58 (GMT)
commit1e8166d9b5aab61d118e4acc83a2b201580617ad (patch)
treeb99deee3ecab4be99d1ccb0cb440ecb102974334 /abs/core/mythtv/stable-0.27/mythtv/recordings
parent811c4dbd994478e10f360c083d3deccc11a69e2c (diff)
downloadlinhes_pkgbuild-1e8166d9b5aab61d118e4acc83a2b201580617ad.zip
linhes_pkgbuild-1e8166d9b5aab61d118e4acc83a2b201580617ad.tar.gz
linhes_pkgbuild-1e8166d9b5aab61d118e4acc83a2b201580617ad.tar.bz2
mythtv & mythplugins: update to latest fixes;change recordings script for integration with plex media server
Diffstat (limited to 'abs/core/mythtv/stable-0.27/mythtv/recordings')
-rw-r--r--abs/core/mythtv/stable-0.27/mythtv/recordings2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/mythtv/stable-0.27/mythtv/recordings b/abs/core/mythtv/stable-0.27/mythtv/recordings
index 382fc4c..c60a16e 100644
--- a/abs/core/mythtv/stable-0.27/mythtv/recordings
+++ b/abs/core/mythtv/stable-0.27/mythtv/recordings
@@ -77,7 +77,7 @@ then
#sync tmprecdir to recdir
#rsync -aOP --delete --ignore-existing "$tmprecdir/" "$recdir/"
- rsync -aOP --delete "$tmprecdir/" "$recdir/"
+ rsync -aO --delete "$tmprecdir/" "$recdir/"
#check if plex media server is running
if [[ `pidof "Plex Media Server"` ]]