fix : script check storage #2

Merged
Matteo merged 12 commits from feat/372-script-check-stockage into main 2026-03-06 07:55:35 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c70e535c10 - Show all commits

View File

@@ -1 +1 @@
WEBHOOK_URL=""
WEBHOOK_URL=

View File

@@ -1,5 +1,5 @@
#!/bin/bash
limit=1
limit=70
# Mettre le lien de votre webhook Discord dans un .env
WEBHOOK_URL=$(grep -E '^WEBHOOK_URL=' .env | cut -d '=' -f2-)