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
Showing only changes of commit 62b4f37c5f - Show all commits

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-)