From 9f676a4c8d028650148dcac72adea9a40531db6c Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 12 Jan 2025 11:07:42 -0800 Subject: [PATCH] Update entrypoint.sh --- script/docker/entrypoint.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/script/docker/entrypoint.sh b/script/docker/entrypoint.sh index a427d3d..214285d 100644 --- a/script/docker/entrypoint.sh +++ b/script/docker/entrypoint.sh @@ -1,7 +1,6 @@ #!/bin/bash -# 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 - +# instruction set the meshing-around docker container entrypoint +# Substitute environment variables in the config file (what is the purpose of this?) +# envsubst < /app/config.ini > /app/config.tmp && mv /app/config.tmp /app/config.ini +# Run the bot exec python /app/mesh_bot.py \ No newline at end of file