Rajoute bash pour corrigé syntax en sh

This commit is contained in:
sky
2025-09-14 03:30:50 +02:00
parent 1ad8d28bd1
commit daecbe1b18
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
echo "Démarrage du bot Discord..."
exec /app/venv/bin/python run-web.py 2>&1 | tee >(rotatelogs /app/logs/app.log.%Y%m%d-%H%M%S 50M)