From fcb0b8c80fb8b0b1c243b869406814505c6ba92b Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Fri, 28 Jan 2022 16:27:39 +0100 Subject: [PATCH] backup-server-state: 22.01.3 --- CHANGELOG.md | 3 +++ evolinux-base/files/backup-server-state.sh | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2e8c9d9..6ee4d38c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,8 +15,11 @@ The **patch** part changes is incremented if multiple releases happen the same m ### Changed * rbenv: install Ruby 3.1.0 by default +* evolinux-base: backup-server-state: add "force" mode ### Fixed +* evolinux-base: backup-server-state: fix systemctl invocation + ### Removed ### Security diff --git a/evolinux-base/files/backup-server-state.sh b/evolinux-base/files/backup-server-state.sh index 00ca2602..8e64c423 100644 --- a/evolinux-base/files/backup-server-state.sh +++ b/evolinux-base/files/backup-server-state.sh @@ -2,7 +2,7 @@ PROGNAME="backup-server-state" -VERSION="22.01.2" +VERSION="22.01.3" readonly VERSION backup_dir= @@ -14,7 +14,7 @@ show_version() { cat <, +Copyright 2018-2022 Evolix , Jérémy Lecour and others.