Fix issue where directories were not present when the volume is created.

This commit is contained in:
Daniel Ceregatti 2023-03-30 10:57:26 -07:00
parent 469af7c0c8
commit 9955d9b266

View file

@ -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}"