From 2b4e0839b3bf02a4c5e696208c8a53f65318d405 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Mon, 8 Jul 2024 16:41:07 +0200 Subject: [PATCH] up batch --- mapillary_sequences_userscript/batch_get_username.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mapillary_sequences_userscript/batch_get_username.sh b/mapillary_sequences_userscript/batch_get_username.sh index 729b4589..3ebb725c 100644 --- a/mapillary_sequences_userscript/batch_get_username.sh +++ b/mapillary_sequences_userscript/batch_get_username.sh @@ -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