Slight adjustment to the sg call.
This commit is contained in:
parent
578eb90e69
commit
3eae23d1a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue