diff options
-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 |