From 370b2d3644b985f951f200b2dbbd64e99d14da1f Mon Sep 17 00:00:00 2001 From: Klas Arvidsson <klas.arvidsson@liu.se> Date: Thu, 9 Mar 2023 15:06:23 +0100 Subject: [PATCH] added forgotten --send flag for reminders --- 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 d01921e..2532268 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} - 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} --send + sudo -u examadm /home/examadm/tal-cli/scripts/tal-remind.py --to ${TO} --computer-exam --send fi | END } -- GitLab