evobackup-client: upstream release 24.05.1

This commit is contained in:
Jérémy Lecour 2024-05-14 08:24:57 +02:00 committed by Jérémy Lecour
parent 4128962d05
commit 22f7a6b831
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY
4 changed files with 9 additions and 3 deletions

View file

@ -17,7 +17,7 @@ The **patch** part is incremented if multiple releases happen the same month
### Changed
* evobackup-client: upstream release 24.05
* evobackup-client: upstream release 24.05.1
* evolinux-base: improve adding the current user to SSH AllowGroups of AllowUsers
* evolinux-users: improve SSH configuration

View file

@ -23,6 +23,12 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Security
## [24.05.1] - 2022-05-14
### Fixed
* client: fix shell syntax error
## [24.05] - 2022-05-02
### Added

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# shellcheck disable=SC2034,SC2317
readonly VERSION="24.05"
readonly VERSION="24.05.1"
# set all programs to C language (english)
export LC_ALL=C

View file

@ -105,7 +105,7 @@ test_server() {
pick_server() {
local -i increment=${1:-0}
local -i list_length=${#SERVERS[@]}
local sync_name=${2:""}
local sync_name=${2:-""}
if (( increment >= list_length )); then
# We've reached the end of the list