From: Alexander Schmidt <alex@treefish.org>
Date: Mon, 26 Feb 2024 20:30:51 +0000 (+0100)
Subject: Fix fake super
X-Git-Url: http://git.treefish.org/~alex/backmeupscotty.git/commitdiff_plain/c0625b76469212348fb6cbfe40e218556f23635e

Fix fake super
---

diff --git a/backmeupscotty b/backmeupscotty
index 9d8853d..729a781 100644
--- a/backmeupscotty
+++ b/backmeupscotty
@@ -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