From 8077c8c90ff592b2e6a2fa228bd34ed93f397cfa Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Tue, 4 Jan 2022 00:25:10 +0100 Subject: [PATCH] students list was moved --- local/bin/subgit-symlinks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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% (*}"