mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 22:31:18 +00:00
Fix issue where directories were not present when the volume is created.
This commit is contained in:
parent
469af7c0c8
commit
9955d9b266
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ CFG_SRC_FILES="/files"
|
|||
SERVER_FILES="${HOME}/serverfiles"
|
||||
SERVER_PROFILE="${HOME}/profiles"
|
||||
|
||||
mkdir -p ${SERVER_FILES}/battleye ${SERVER_PROFILE}
|
||||
|
||||
# Server configuration file
|
||||
SERVER_CFG_FILE="serverDZ.cfg"
|
||||
SERVER_CFG_DST="${SERVER_FILES}/${SERVER_CFG_FILE}"
|
||||
|
|
Loading…
Add table
Reference in a new issue