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

Corrected path in cron job

parent 35948a09
No related branches found
No related tags found
2 merge requests!33Devel,!32Devel
Pipeline #91552 passed
......@@ -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
}
......
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