autosysadmin-agent: upstream release 24.03.1

This commit is contained in:
Jérémy Lecour 2024-03-05 16:54:10 +01:00 committed by Jérémy Lecour
parent 8b68f03910
commit 501f5e7577
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY
2 changed files with 4 additions and 2 deletions

View file

@ -15,6 +15,8 @@ The **patch** part is incremented if multiple releases happen the same month
### Changed
* autosysadmin-agent: upstream release 24.03.1
### Fixed
* certbot: Fix HAProxy renewal hook

View file

@ -1,6 +1,6 @@
#!/bin/bash
VERSION="24.03"
VERSION="24.03.1"
# Common functions for "repair" and "restart" scripts
@ -83,7 +83,7 @@ initialize() {
LOCK_WAIT="0"
# Default values for email headers
EMAIL_FROM="equipe+autosysadmin@evolix.fr"
EMAIL_FROM="equipe+autosysadmin@evolix.net"
EMAIL_INTERNAL="autosysadmin@evolix.fr"
LOCK_FILE="${RUN_DIR}/${LOCK_NAME}.lock"