mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-07 06:41:17 +00:00

Add horse mod, despite it being known to crash the Linux server. One day... Fix bashrc getting appended to instead of written to. Oops!
6 lines
181 B
Bash
6 lines
181 B
Bash
#!/usr/bin/env bash
|
|
|
|
# This is run in the directory with the target files
|
|
|
|
# Copy the territory file over
|
|
cp ${FILES}/mods/${ID}/horses_chernarus.xml env/wild_horse_territories.xml
|