mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-07 14:51:17 +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(){
|
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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue