API data retention check: send CSV reports for email notifications

replace the HTML email with the same CSV report used in the
event manager

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2022-09-28 18:37:32 +02:00
parent 04dc97072b
commit f9eadd7f04
7 changed files with 64 additions and 105 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
NFPM_VERSION=2.18.1
NFPM_VERSION=2.19.1
NFPM_ARCH=${NFPM_ARCH:-amd64}
if [ -z ${SFTPGO_VERSION} ]
then