From 33a9f3e3de3fa2040119049afff2a6df550623f6 Mon Sep 17 00:00:00 2001 From: brodokk Date: Wed, 17 Nov 2021 01:03:29 +0100 Subject: Fix typo --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1