up batch
This commit is contained in:
parent
e0334ad7cb
commit
2b4e0839b3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user