This commit is contained in:
Tykayn 2024-07-08 16:41:07 +02:00 committed by tykayn
parent e0334ad7cb
commit 2b4e0839b3

View File

@ -14,7 +14,7 @@ for username in "${usernames[@]}"; do
echo "---------- utilisateur: $username"
if [ ! -f "out_$username.json" ]; then
bash find_user.sh $username
bash find_user_id.sh $username
fi
# Vérifier si le fichier sequences_$username.txt existe
if [ ! -f "sequences_$username.txt" ]; then