Skip to content
Snippets Groups Projects
Verified Commit 2b3cae69 authored by David Beniamine's avatar David Beniamine
Browse files

Use prof-xx name to avoid issue on prof-20

parent 481a37d6
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ do ...@@ -28,7 +28,7 @@ do
for l in $TEACH_LEVELS for l in $TEACH_LEVELS
do do
gender=`[ $(( $RANDOM % 2 )) == 1 ] && echo "M" || echo "F"` gender=`[ $(( $RANDOM % 2 )) == 1 ] && echo "M" || echo "F"`
save_uid $i $l $l `randomgender` Profs save_uid -$i $l $l `randomgender` Profs
done done
done done
save_uid on directi direction `randomgender` Administratifs save_uid on directi direction `randomgender` Administratifs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment