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.