mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 22:31:18 +00:00
Oops, not sure how that ended up in there.
This commit is contained in:
parent
92f9598910
commit
2c47f36660
1 changed files with 1 additions and 2 deletions
|
@ -147,7 +147,7 @@ report() {
|
|||
mergexml(){
|
||||
# Start with the upstream XML files from a pristine mpmissions directory
|
||||
echo "Copying upstream XML files from mpmissions..."
|
||||
ffff for var in CFGEVENTSPAWNS CFGSPAWNABLETYPES EVENTS TYPES
|
||||
for var in CFGEVENTSPAWNS CFGSPAWNABLETYPES EVENTS TYPES
|
||||
do
|
||||
find /mpmissions -name "${var,,}.xml" -exec cp -vf {} ${SERVER_FILES}/{} \;
|
||||
done
|
||||
|
@ -203,7 +203,6 @@ start(){
|
|||
' EXIT
|
||||
get_mods
|
||||
mergexml
|
||||
exit 0
|
||||
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
|
||||
# safely shut the container down without killing the server within.
|
||||
|
|
Loading…
Add table
Reference in a new issue