Remove the -a flag from our rsync
We really don't care about source perms, as it turns out
This commit is contained in:
parent
59a75d1d3e
commit
1999a0c0d0
@ -22,7 +22,7 @@ if [ -n "$FORGE_PACK_ZIP" ]; then
|
|||||||
echo "Found modpack directory: $directory"
|
echo "Found modpack directory: $directory"
|
||||||
fi
|
fi
|
||||||
echo "Syncing content to /minecraft"
|
echo "Syncing content to /minecraft"
|
||||||
rsync -a --ignore-existing "$directory"/ /minecraft/
|
rsync --ignore-existing "$directory"/ /minecraft/
|
||||||
popd > /dev/null 2>&1
|
popd > /dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user