From f70bab4c027df4ae5cc517502f0230800cb0d926 Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Mon, 18 Oct 2021 14:16:12 +0200
Subject: [PATCH] forms/mail_to_wifi_account.sh: change shabang

---
 forms/mail_to_wifi_account.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 mode change 100644 => 100755 forms/mail_to_wifi_account.sh

diff --git a/forms/mail_to_wifi_account.sh b/forms/mail_to_wifi_account.sh
old mode 100644
new mode 100755
index 6a112b2..9afb097
--- a/forms/mail_to_wifi_account.sh
+++ b/forms/mail_to_wifi_account.sh
@@ -1,4 +1,4 @@
-#! /usr/bin/bash
+#! /bin/bash
 
 # Convert list of mail to the format : NOM;Prenom 
 # for the page https://instella.ens-lyon.fr/stella/intra/compteInvite.html -> Ajouter une liste de comptes
-- 
GitLab