mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-06 14:50:34 +01:00
4 lines
137 B
Bash
4 lines
137 B
Bash
#!/bin/sh
|
|
|
|
echo "Démarrage du bot Discord..."
|
|
exec /app/venv/bin/python run-web.py 2>&1 | rotatelogs /app/logs/app.log.%Y%m%d-%H%M%S 50M |