students list was moved

This commit is contained in:
Felix Van der Jeugt 2022-01-04 00:25:10 +01:00
parent ac1a7e5578
commit 8077c8c90f
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# lines of form:
# Givenname Last Name (student number) <email address>
LIST="${LIST:-/data/courses/students.list}"
LIST="${LIST:-$HOME/.local/share/students.list}"
while read line; do
name="${line% (*}"