From 6964db0504b80cf37cf91c697d6a625c4310dcdb Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Thu, 23 Sep 2021 19:46:39 +0200 Subject: [PATCH] move student list --- local/bin/delegator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/bin/delegator b/local/bin/delegator index d4c5c89..9d624ee 100755 --- a/local/bin/delegator +++ b/local/bin/delegator @@ -57,7 +57,7 @@ case "$choice" in inject "$(pass otp code otp/"$choice" | head -1)" ;; 'student') - choice="$(pick < /data/courses/students.list)" + choice="$(pick < ~/.local/share/students.list)" inject "$choice" ;; 'curl')