Slight adjustment to the sg call.

This commit is contained in:
Darren 'Tadgy' Austin 2026-05-24 00:25:36 +01:00
commit 3eae23d1a8

View file

@ -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