mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 19:43:10 +00:00
10 lines
357 B
Plaintext
10 lines
357 B
Plaintext
## E-mail sent by the healthcheck command to whomever is mentioned as -e parameter.
|
|
##
|
|
## Parameters: {0} is the output of healthcheck command
|
|
## See org.dspace.core.Email for information on the format of this file.
|
|
##
|
|
#set($subject = "${config.get('dspace.name')}: Repository healthcheck")
|
|
The healthcheck finished with the following output:
|
|
|
|
${params[0]}
|