]> git.treefish.org Git - backmeupscotty.git/commitdiff
Fix fake super master
authorAlexander Schmidt <alex@treefish.org>
Mon, 26 Feb 2024 20:30:51 +0000 (21:30 +0100)
committerAlexander Schmidt <alex@treefish.org>
Mon, 26 Feb 2024 20:30:51 +0000 (21:30 +0100)
backmeupscotty

index 9d8853dc6643d9aa603a7ae8365e2ac284858933..729a7813c71dd2d952e3ace7569db6673e0685bf 100644 (file)
@@ -108,7 +108,7 @@ function scottysync {
     fi
 
     if [ $FAKE_SUPER -eq 1 ]; then
-        rsync_fake_super="--rsync-path=\"rsync --fake-super\""
+        rsync_fake_super="-M--fake-super"
     else
         rsync_fake_super=""
     fi