diff options
author | brodokk <brodokk@brodokk.space> | 2021-11-16 20:36:23 +0100 |
---|---|---|
committer | brodokk <brodokk@brodokk.space> | 2021-11-16 20:36:23 +0100 |
commit | ea898a547496467a376b31db2fc7dd35cc8f40df (patch) | |
tree | 93085f7727ca3f96f75d60737aab5feab4f7f32d /entrypoint.sh | |
parent | 3cae6fb77482bfef4538b049d775bfb04331e4d6 (diff) | |
download | neosvr_docker-ea898a547496467a376b31db2fc7dd35cc8f40df.tar.xz neosvr_docker-ea898a547496467a376b31db2fc7dd35cc8f40df.zip |
Fix envs
Diffstat (limited to '')
-rw-r--r-- | entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entrypoint.sh b/entrypoint.sh index 907d27a..0c9d612 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -24,7 +24,7 @@ fi echo "setting up neos config from env" -CONFIG_PATH='/steam/740250/Config' +CONFIG_PATH='/steam/740250/Config/Config.json' cat $CONFIG_PATH | jq --arg u "${NEOSVR_USER}" '.loginCredential = $u' | jq --arg p "${NEOSVR_PWD}" '.loginPassword = $p' | sponge $CONFIG_PATH |