autosysadmin-agent: upstream release 24.03.2

This commit is contained in:
Jérémy Lecour 2024-03-19 08:18:50 +01:00 committed by Jérémy Lecour
parent ae2e447bc4
commit d758afdd4b
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY
3 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ The **patch** part is incremented if multiple releases happen the same month
### Changed
* autosysadmin-agent: upstream release 24.03.1
* autosysadmin-agent: upstream release 24.03.2
* evolinux-base: Add new variable to disable global customisation of bash config
### Fixed

View file

@ -1,6 +1,6 @@
#!/bin/bash
VERSION="24.03.1"
VERSION="24.03.2"
# Common functions for "repair" and "restart" scripts

View file

@ -92,9 +92,9 @@ repair_lxc_php() {
lxc-start --daemon --name "${container_name}"
rc=$?
if [ "${rc}" -eq "0" ]; then
log_all "Restart LXC container '${container_name}: OK"
log_action "Restart LXC container '${container_name}: OK"
else
log_all "Restart LXC container '${container_name}: failed"
log_action "Restart LXC container '${container_name}: failed"
fi
# Save LXC info (after restart)