diff options
author | brodokk <brodokk@brodokk.space> | 2021-11-17 01:03:29 +0100 |
---|---|---|
committer | brodokk <brodokk@brodokk.space> | 2021-11-17 01:03:29 +0100 |
commit | 33a9f3e3de3fa2040119049afff2a6df550623f6 (patch) | |
tree | ddc6759a9d6b549d5db4f1dd6d54676d272db325 | |
parent | 71253c98716d527405fb99396aa541328978c275 (diff) | |
download | neosvr_docker-33a9f3e3de3fa2040119049afff2a6df550623f6.tar.xz neosvr_docker-33a9f3e3de3fa2040119049afff2a6df550623f6.zip |
-rw-r--r-- | entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entrypoint.sh b/entrypoint.sh index 16b19db..467dc5a 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -22,7 +22,7 @@ if [ -n "${INSTALL_APPS}" ]; then IFS=$OLD_IFS fi -ORIGIN_CONFIG_PATH="config.json_base" +ORIGIN_CONFIG_PATH="/config.json_base" CONFIG_PATH='/steam/740250/Config/Config.json' if [[ -f "$ORIGIN_CONFIG_PATH" ]]; then |