From c12cafc2777a2311514b14878b311adf6c29fbc6 Mon Sep 17 00:00:00 2001 From: nom Date: Fri, 20 Jun 2025 09:33:55 +0200 Subject: [PATCH] =?UTF-8?q?emp=C3=AAche=20les=20=C3=A9cho=20dans=20interoP?= =?UTF-8?q?ahko=20(pour=20=C3=A9viter=20les=20mails)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/interoPaheko.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/interoPaheko.sh b/bin/interoPaheko.sh index ef9c254..2e33dca 100755 --- a/bin/interoPaheko.sh +++ b/bin/interoPaheko.sh @@ -163,11 +163,11 @@ Int_paheko_Action() { echo "$nom_ok;$prenom_ok;$email;$email_secours;$nom_orga;$admin_orga;$cloud;$paheko;$wordpress;$agora;$docuwiki;$nc_base;$groupe_nc_base;$equipe_agora;$quota_disque">>${FILE_CREATEUSER} done else -# echo "Rien à créer" + [ "$OPTION" = "silence" ] || echo "Rien à créer" exit 2 fi } # Main -Int_paheko_Action "A créer" +Int_paheko_Action "A créer" "silence" exit 0