From d758afdd4bf431aa8bc034103c5810dec125d83d Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 19 Mar 2024 08:18:50 +0100 Subject: [PATCH] autosysadmin-agent: upstream release 24.03.2 --- CHANGELOG.md | 2 +- autosysadmin-agent/files/upstream/lib/common.sh | 2 +- autosysadmin-agent/files/upstream/lib/repair.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c7d2f44..97cac326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/autosysadmin-agent/files/upstream/lib/common.sh b/autosysadmin-agent/files/upstream/lib/common.sh index 9a7c7e23..3ce25909 100755 --- a/autosysadmin-agent/files/upstream/lib/common.sh +++ b/autosysadmin-agent/files/upstream/lib/common.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="24.03.1" +VERSION="24.03.2" # Common functions for "repair" and "restart" scripts diff --git a/autosysadmin-agent/files/upstream/lib/repair.sh b/autosysadmin-agent/files/upstream/lib/repair.sh index ddd243b5..a9b26d6c 100644 --- a/autosysadmin-agent/files/upstream/lib/repair.sh +++ b/autosysadmin-agent/files/upstream/lib/repair.sh @@ -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)