Skip to content
Snippets Groups Projects
Commit 370b2d36 authored by Klas Arvidsson's avatar Klas Arvidsson
Browse files

added forgotten --send flag for reminders

parent a7aa4cd1
No related branches found
No related tags found
2 merge requests!30Merge branch 'cherry-pick-b940cfc1' into 'test',!29Devel
Pipeline #91272 passed
...@@ -63,8 +63,8 @@ class aes::tal_cli ( ...@@ -63,8 +63,8 @@ class aes::tal_cli (
fi fi
if [ -e /home/examadm/ENABLE_TAL_REMINDERS ] if [ -e /home/examadm/ENABLE_TAL_REMINDERS ]
then then
sudo -u examadm /home/examadm/tal-cli/scripts/tal-remind.py --to ${TO} sudo -u examadm /home/examadm/tal-cli/scripts/tal-remind.py --to ${TO} --send
sudo -u examadm /home/examadm/tal-cli/scripts/tal-remind.py --to ${TO} --computer-exam sudo -u examadm /home/examadm/tal-cli/scripts/tal-remind.py --to ${TO} --computer-exam --send
fi fi
| END | END
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment