mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Update entrypoint.sh
This commit is contained in:
parent
90649d8062
commit
c60fa7e19f
|
|
@ -43,6 +43,7 @@ if [ ! -f "$SERVER_EXE" ]; then
|
|||
fi
|
||||
|
||||
mkdir -p "${PERSIST_DIR}"
|
||||
chmod 0755 "${PERSIST_DIR}"
|
||||
|
||||
# created because it is not implemented on the server side
|
||||
mkdir -p "${PERSIST_DIR}/GameHDD"
|
||||
|
|
|
|||
Loading…
Reference in a new issue