Oops, not sure how that ended up in there.

This commit is contained in:
Daniel Ceregatti 2023-05-19 23:42:38 -07:00
parent 92f9598910
commit 2c47f36660

View file

@ -147,7 +147,7 @@ report() {
mergexml(){ mergexml(){
# Start with the upstream XML files from a pristine mpmissions directory # Start with the upstream XML files from a pristine mpmissions directory
echo "Copying upstream XML files from mpmissions..." echo "Copying upstream XML files from mpmissions..."
ffff for var in CFGEVENTSPAWNS CFGSPAWNABLETYPES EVENTS TYPES for var in CFGEVENTSPAWNS CFGSPAWNABLETYPES EVENTS TYPES
do do
find /mpmissions -name "${var,,}.xml" -exec cp -vf {} ${SERVER_FILES}/{} \; find /mpmissions -name "${var,,}.xml" -exec cp -vf {} ${SERVER_FILES}/{} \;
done done
@ -203,7 +203,6 @@ start(){
' EXIT ' EXIT
get_mods get_mods
mergexml mergexml
exit 0
cd ${SERVER_FILES} cd ${SERVER_FILES}
# Run the server. Allow docker to restart the container if the script exits with a code other than 0. This is so we can # Run the server. Allow docker to restart the container if the script exits with a code other than 0. This is so we can
# safely shut the container down without killing the server within. # safely shut the container down without killing the server within.