petit bug de suppression
This commit is contained in:
parent
4dc9181e42
commit
d49a997ca2
@ -263,6 +263,7 @@ searchDestroy() {
|
||||
ACTION_EN_COURS="Suppression d'un compte"
|
||||
clear
|
||||
#TODO pourquoi REP_SEARCH_DESTROY=$(searchEmail) ne marche pas et fait déconner la fonction search_mail, j' en suis la à m' esbaudir
|
||||
CHOIX_MAIL=""
|
||||
searchEmail
|
||||
REP_SEARCH_DESTROY=$CHOIX_MAIL
|
||||
echo "CHOIX=$REP_SEARCH_DESTROY"
|
||||
@ -281,10 +282,10 @@ searchDestroy() {
|
||||
fi
|
||||
if [ "$SEARCH_DESTROY_INPUT" = "o" ] || [ "$SEARCH_DESTROY_INPUT" = "O" ]
|
||||
then
|
||||
###########################################################################################################################################################
|
||||
####################################################################################################################
|
||||
# si le domaine en cours est Kaz alors on cherche dans mattermost, dans nextcloud et on supprime
|
||||
# le mail dans sympa
|
||||
###########################################################################################################################################################
|
||||
####################################################################################################################
|
||||
if [ "${DOMAINE_EN_COURS}" = "${domain}" ]
|
||||
then
|
||||
REP_SEARCH=$(searchMattermost $REP_SEARCH_DESTROY)
|
||||
|
Loading…
Reference in New Issue
Block a user