From a49117a0179bf431fbe6c1fbd41c736c8b001b2e Mon Sep 17 00:00:00 2001
From: ines mkacher <ines.mkacher@maarch.org>
Date: Fri, 22 Nov 2019 17:09:46 +0100
Subject: [PATCH] Update send_mail.md

---
 troubleshooting/send_mail.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/troubleshooting/send_mail.md b/troubleshooting/send_mail.md
index 563f734..b9de573 100644
--- a/troubleshooting/send_mail.md
+++ b/troubleshooting/send_mail.md
@@ -84,6 +84,18 @@ Dans le cas de non reception de mail, on peut faire le test en lançant le scrip
 
 ```
 /var/www/html/MaarchCourrier/custom/cs_carrieres/modules/notifications/batch/scripts$ ./sendmail.sh
+```
+Vérification des droits
+
+```
+~/web/MaarchCourrier/custom/cs_test/modules/notifications/batch/scripts$ ls -ltr
+total 20
+-rwxr-xr-x 1 localeo localeo 334 Aug 13 15:30 sendmail.sh
+-rwxr-xr-x 1 localeo localeo 400 Oct 11 15:04 BASKET.sh
+-rwxr-xr-x 1 localeo localeo 400 Oct 11 18:42 notification_cs_1267_BASKETS.sh
+-rwxr-xr-x 1 localeo localeo 397 Oct 11 18:55 notification_cs_1267_NCT.sh
+-rwxr-xr-x 1 localeo localeo 901 Oct 11 19:01 nct-ncc-and-anc.sh
+
 ```
 
 ### Vérifiecation de la log :
-- 
GitLab