evoacme: upstream release 20.06.1
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jérémy Lecour 2020-06-05 11:01:32 +02:00 committed by Jérémy Lecour
parent ebffccae59
commit 7f0931510f
4 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ The **patch** part changes incrementally at each release.
* redis: create sudoers file if missing
* redis: new syntax for match filter
* redis: raise an error is port 6379 is used in "instance" mode
* evoacme: upstream release 20.06
* evoacme: upstream release 20.06.1
* certbot: install certbot dependencies non-interactively for jessie
### Fixed

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

@ -204,8 +204,8 @@ main() {
[ "$1" = "-V" ] || [ "$1" = "--version" ] && show_version && exit 0
if [ -t 0 ]; then
# We have STDIN, so we should have 2 arguments
[ "$#" -eq 2 ] || error "invalid argument(s)"
# We have STDIN, so we should at least 2 arguments
[ "$#" -ge 2 ] || error "invalid argument(s)"
# read VHOST from first argument
VHOST="$1"
@ -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:-""}