diff --git a/start-server.sh b/start-server.sh index 3e85242..5a7ee3b 100755 --- a/start-server.sh +++ b/start-server.sh @@ -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