petit bug de suppression

This commit is contained in:
Didier Denoual 2024-12-05 14:34:08 +01:00
parent 4dc9181e42
commit d49a997ca2

View File

@ -263,6 +263,7 @@ searchDestroy() {
ACTION_EN_COURS="Suppression d'un compte" ACTION_EN_COURS="Suppression d'un compte"
clear clear
#TODO pourquoi REP_SEARCH_DESTROY=$(searchEmail) ne marche pas et fait déconner la fonction search_mail, j' en suis la à m' esbaudir #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 searchEmail
REP_SEARCH_DESTROY=$CHOIX_MAIL REP_SEARCH_DESTROY=$CHOIX_MAIL
echo "CHOIX=$REP_SEARCH_DESTROY" echo "CHOIX=$REP_SEARCH_DESTROY"
@ -281,10 +282,10 @@ searchDestroy() {
fi fi
if [ "$SEARCH_DESTROY_INPUT" = "o" ] || [ "$SEARCH_DESTROY_INPUT" = "O" ] if [ "$SEARCH_DESTROY_INPUT" = "o" ] || [ "$SEARCH_DESTROY_INPUT" = "O" ]
then then
########################################################################################################################################################### ####################################################################################################################
# si le domaine en cours est Kaz alors on cherche dans mattermost, dans nextcloud et on supprime # si le domaine en cours est Kaz alors on cherche dans mattermost, dans nextcloud et on supprime
# le mail dans sympa # le mail dans sympa
########################################################################################################################################################### ####################################################################################################################
if [ "${DOMAINE_EN_COURS}" = "${domain}" ] if [ "${DOMAINE_EN_COURS}" = "${domain}" ]
then then
REP_SEARCH=$(searchMattermost $REP_SEARCH_DESTROY) REP_SEARCH=$(searchMattermost $REP_SEARCH_DESTROY)