Skip to content
Snippets Groups Projects

Devel

Merged Klas Arvidsson requested to merge devel into production
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -63,8 +63,8 @@ class aes::tal_cli (
fi
if [ -e /home/examadm/ENABLE_TAL_REMINDERS ]
then
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 --send
sudo -u examadm /home/examadm/tal-cli/source/scripts/tal-remind.py --to ${TO} --send
sudo -u examadm /home/examadm/tal-cli/source/scripts/tal-remind.py --to ${TO} --computer-exam --send
fi
| END
}
Loading