summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.27/mythtv/recordings
diff options
context:
space:
mode:
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"` ]]