diff --git a/local/bin/subgit-symlinks b/local/bin/subgit-symlinks index 36551f3..e6655e5 100755 --- a/local/bin/subgit-symlinks +++ b/local/bin/subgit-symlinks @@ -2,7 +2,7 @@ # lines of form: # Givenname Last Name (student number) -LIST="${LIST:-/data/courses/students.list}" +LIST="${LIST:-$HOME/.local/share/students.list}" while read line; do name="${line% (*}"