From 3347ac4271ebd5594e6fabafb9d2c11f40180b44 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Mon, 9 Oct 2023 18:13:35 +0200 Subject: [PATCH] evomaintenance: upstream release 23.10.1 --- CHANGELOG.md | 2 +- evomaintenance/files/evomaintenance.sh | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1609869a..177c3dc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,7 +49,7 @@ The **patch** part changes is incremented if multiple releases happen the same m * elasticsearch: improve networking configuration * evolinux-base: include files under `sshd_config.d` * evolinux-users: remove Stretch references in tasks that also apply to next Debian versions -* evomaintenance: upstream release 23.10 +* evomaintenance: upstream release 23.10.1 * lxc-php: change LXC container in bookworm for php82 * minifirewall: update nrpe script to check active configuration * minifirewall: upstream release 23.07 diff --git a/evomaintenance/files/evomaintenance.sh b/evomaintenance/files/evomaintenance.sh index d3ea6de6..3ddbdf76 100644 --- a/evomaintenance/files/evomaintenance.sh +++ b/evomaintenance/files/evomaintenance.sh @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="23.10" +VERSION="23.10.1" show_version() { cat <&2 - USER="autosysadmin" + FORCE_USER="autosysadmin" ;; -u|--user) # user options, with value speparated by space if [ -n "$2" ]; then - USER=$2 + FORCE_USER=$2 shift else printf 'ERROR: "--user" requires a non-empty option argument.\n' >&2 @@ -495,7 +495,7 @@ while :; do ;; --user=?*) # message options, with value speparated by = - USER=${1#*=} + FORCE_USER=${1#*=} ;; --user=) # message options, without value