mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-13 20:01:13 +01:00
Merge pull request #17 from pyllyukko/rsync_nogroup
Add --no-group to rsync Fixed #17
This commit is contained in:
commit
1d234d5b0b
1 changed files with 1 additions and 1 deletions
|
@ -2364,7 +2364,7 @@ rsync_command() {
|
|||
|
||||
local SYNC_LOCK=$SBOPKGTMP/sbopkg_sync.lck
|
||||
|
||||
rsync --archive --delete --no-owner --exclude="*.sbopkg" \
|
||||
rsync --archive --delete --no-owner --no-group --exclude="*.sbopkg" \
|
||||
$RSYNCFLAGS $REPO_LINK/ $REPO_DIR/
|
||||
case $? in
|
||||
35)
|
||||
|
|
Loading…
Reference in a new issue