Cleanup scripts

note here https://github.com/SpudGunMan/meshing-around/pull/103 and @turnrye can you review this branch and commit
This commit is contained in:
SpudGunMan
2025-01-05 21:40:20 -08:00
parent b16b4e3c12
commit d689495ee7
3 changed files with 4 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/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
exec python /app/mesh_bot.py