From 921b66f9e19b57ee4a632ff8e64d19239a70abe9 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 12 Jan 2025 10:12:06 -0800 Subject: [PATCH] Update entrypoint.sh --- script/docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/docker/entrypoint.sh b/script/docker/entrypoint.sh index 0fd9377..a427d3d 100644 --- a/script/docker/entrypoint.sh +++ b/script/docker/entrypoint.sh @@ -2,6 +2,6 @@ # instruction set the meshing-around docker container # Substitute environment variables in the config file -envsubst < /app/config.ini > /app/config.tmp && mv /app/config.tmp /app/config.ini +#envsubst < /app/config.ini > /app/config.tmp && mv /app/config.tmp /app/config.ini exec python /app/mesh_bot.py \ No newline at end of file