this was not a CSV file
This commit is contained in:
parent
0fe8824847
commit
43ffd80e23
@ -56,7 +56,7 @@ case "$choice" in
|
|||||||
inject "$(pass otp code otp/"$choice" | head -1)"
|
inject "$(pass otp code otp/"$choice" | head -1)"
|
||||||
;;
|
;;
|
||||||
'student')
|
'student')
|
||||||
choice="$(pick < /data/courses/students.csv)"
|
choice="$(pick < /data/courses/students.list)"
|
||||||
inject "$choice"
|
inject "$choice"
|
||||||
;;
|
;;
|
||||||
'curl')
|
'curl')
|
||||||
|
Loading…
Reference in New Issue
Block a user