From f0b650e9ed403029d444fffe62cc5448b6f8fcb7 Mon Sep 17 00:00:00 2001 From: Fab Date: Sun, 5 Jul 2026 19:49:14 +0200 Subject: [PATCH] vire les heredoc --- bin/createUser.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bin/createUser.sh b/bin/createUser.sh index d921b3c..71cb0d3 100755 --- a/bin/createUser.sh +++ b/bin/createUser.sh @@ -621,12 +621,12 @@ userPassword: {CRYPT}${pass}\n\n' | ldapmodify -c -H ldap://${LDAP_IP} -D \"cn=$ # on créé le compte mattermost #echo "docker exec -i mattermostServ bin/mmctl user create --email ${EMAIL_SOUHAITE} --username ${IDENT_KAZ} --password ${PASSWORD}" | tee -a "${CMD_LOGIN}" #on remplace par l'api rest -cat <