Update entrypoint.sh

This commit is contained in:
SpudGunMan
2025-10-23 21:24:45 -07:00
parent bafcfad190
commit f051e95986

View File

@@ -10,4 +10,4 @@ if [ -w /app/data ]; then
fi
# Run the bot as appuser (if you want to drop privileges)
exec su appuser -c "python /app/mesh_bot.py"
exec python /app/mesh_bot.py