Ignore permissions on rsync
This commit is contained in:
parent
e48fa26b5a
commit
bdbcebf366
@ -22,7 +22,7 @@ if [ -n "$FORGE_PACK_ZIP" ]; then
|
||||
echo "Found modpack directory: $directory"
|
||||
fi
|
||||
echo "Syncing content to /minecraft"
|
||||
rsync --ignore-existing "$directory"/ /minecraft/
|
||||
rsync --no-perms --no-owner --no-group --ignore-existing "$directory"/ /minecraft/
|
||||
popd > /dev/null 2>&1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user