From 3eae23d1a80a95d29851190c829c56f02692cc64 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sun, 24 May 2026 00:25:36 +0100 Subject: [PATCH] Slight adjustment to the sg call. --- mirror-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirror-wrapper b/mirror-wrapper index 8c6641a..904047c 100755 --- a/mirror-wrapper +++ b/mirror-wrapper @@ -76,7 +76,7 @@ if [[ -n "$WRONG_PERMS" ]]; then else # Do the mirroring work. export MIRRORING_USER - sg "$DEPOSITORY_GROUP" -c "$COMMAND" "$@" >"$LOGSDIR/$LOGFILE" 2>&1 + sg "$DEPOSITORY_GROUP" -c "$COMMAND $@" >"$LOGSDIR/$LOGFILE" 2>&1 ERR="$?" fi