mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-18 22:18:10 +00:00
TU24
This commit is contained in:
@@ -104,7 +104,7 @@ fi
|
||||
mkdir -p "${PERSIST_DIR}"
|
||||
|
||||
# created because it is not implemented on the server side
|
||||
mkdir -p "${PERSIST_DIR}/Saves"
|
||||
mkdir -p "${PERSIST_DIR}Saves"
|
||||
|
||||
ensure_persist_file "${PERSIST_DIR}/server.properties" "server.properties" ""
|
||||
ensure_persist_file "${PERSIST_DIR}/banned-players.json" "banned-players.json" "[]\n"
|
||||
@@ -114,7 +114,7 @@ ensure_persist_file "${PERSIST_DIR}/banned-ips.json" "banned-ips.json" "[]\n"
|
||||
if [ -e "Data/Saves" ] && [ ! -L "Data/Saves" ]; then
|
||||
rm -rf "Data/Saves"
|
||||
fi
|
||||
ln -sfn "${PERSIST_DIR}/Saves" "Data/Saves"
|
||||
ln -sfn "${PERSIST_DIR}/Data/Saves" "Data/Saves"
|
||||
|
||||
# for compatibility with other images
|
||||
if command -v wine64 >/dev/null 2>&1; then
|
||||
|
||||
Reference in New Issue
Block a user