mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 19:50:25 +03:00
Add --no-group to rsync
So that the files and directories are not owned by "users" group, but root.
This commit is contained in:
parent
aa11d763d4
commit
e190f85dc1
@ -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 New Issue
Block a user