backup-server-state: 22.01.3
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Jérémy Lecour 2022-01-28 16:27:39 +01:00 committed by Jérémy Lecour
parent cd26081add
commit fcb0b8c80f
2 changed files with 5 additions and 2 deletions

View file

@ -15,8 +15,11 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Changed ### Changed
* rbenv: install Ruby 3.1.0 by default * rbenv: install Ruby 3.1.0 by default
* evolinux-base: backup-server-state: add "force" mode
### Fixed ### Fixed
* evolinux-base: backup-server-state: fix systemctl invocation
### Removed ### Removed
### Security ### Security

View file

@ -2,7 +2,7 @@
PROGNAME="backup-server-state" PROGNAME="backup-server-state"
VERSION="22.01.2" VERSION="22.01.3"
readonly VERSION readonly VERSION
backup_dir= backup_dir=
@ -14,7 +14,7 @@ show_version() {
cat <<END cat <<END
${PROGNAME} version ${VERSION} ${PROGNAME} version ${VERSION}
Copyright 2018-2021 Evolix <info@evolix.fr>, Copyright 2018-2022 Evolix <info@evolix.fr>,
Jérémy Lecour <jlecour@evolix.fr> Jérémy Lecour <jlecour@evolix.fr>
and others. and others.