aboutsummaryrefslogtreecommitdiff
path: root/entrypoint.sh
diff options
context:
space:
mode:
authorbrodokk <brodokk@brodokk.space>2021-11-16 20:36:23 +0100
committerbrodokk <brodokk@brodokk.space>2021-11-16 20:36:23 +0100
commitea898a547496467a376b31db2fc7dd35cc8f40df (patch)
tree93085f7727ca3f96f75d60737aab5feab4f7f32d /entrypoint.sh
parent3cae6fb77482bfef4538b049d775bfb04331e4d6 (diff)
downloadneosvr_docker-ea898a547496467a376b31db2fc7dd35cc8f40df.tar.xz
neosvr_docker-ea898a547496467a376b31db2fc7dd35cc8f40df.zip
Fix envs
Diffstat (limited to 'entrypoint.sh')
-rw-r--r--entrypoint.sh2
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