Release 20.06.1

This commit is contained in:
Jérémy Lecour 2020-06-05 11:00:11 +02:00 committed by Jérémy Lecour
parent 1fb604802b
commit 81e7548c73
4 changed files with 7 additions and 5 deletions

View File

@ -17,10 +17,12 @@ This project does not follow semantic versioning.
### Fixed
* fixed a bad logic for arguments parsing
### Security
## [20.06.1] - 2020-06-05
* fixed a bad logic for arguments parsing
## [20.06] - 2020-06-03
### Changed

View File

@ -303,7 +303,7 @@ readonly QUIET=${QUIET:-"0"}
readonly TEST=${TEST:-"0"}
readonly DRY_RUN=${DRY_RUN:-"0"}
readonly VERSION="20.06"
readonly VERSION="20.06.1"
# Read configuration file, if it exists
[ -r /etc/default/evoacme ] && . /etc/default/evoacme

View File

@ -265,7 +265,7 @@ readonly ARGS=$@
readonly VERBOSE=${VERBOSE:-"0"}
readonly QUIET=${QUIET:-"0"}
readonly VERSION="20.06"
readonly VERSION="20.06.1"
# Read configuration file, if it exists
[ -r /etc/default/evoacme ] && . /etc/default/evoacme

View File

@ -170,7 +170,7 @@ readonly ARGS=$@
readonly VERBOSE=${VERBOSE:-"0"}
readonly QUIET=${QUIET:-"0"}
readonly VERSION="20.06"
readonly VERSION="20.06.1"
readonly SRV_IP=${SRV_IP:-""}