From 5315cac29fc2ee9b2d50ba99f9a15eb28134ddb8 Mon Sep 17 00:00:00 2001 From: Klas Arvidsson <klas.arvidsson@liu.se> Date: Wed, 15 Mar 2023 21:00:47 +0000 Subject: [PATCH] Corrected path in cron job --- manifests/tal_cli.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/tal_cli.pp b/manifests/tal_cli.pp index 2532268..c17363e 100644 --- a/manifests/tal_cli.pp +++ b/manifests/tal_cli.pp @@ -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 } -- GitLab