Skip to content

Commit

Permalink
build 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oehrlis committed Mar 28, 2023
1 parent e453eca commit b88aba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local/oudbase/templates/create/generic/01_create_instance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Author.....: Stefan Oehrli (oes) [email protected]
# Editor.....: Stefan Oehrli
# Date.......: 2023.03.28
# Version....: v3.0.3
# Version....: v3.0.2
# Purpose....: Script to create the OUD instance with EUS context
# using oud-setup.
# Notes......: Will skip oud-proxy-setup if config.ldif already exists
Expand Down Expand Up @@ -39,7 +39,7 @@ echo "BASEDN : ${BASEDN}"
# check mandatory variables
[ -z ${OUD_INSTANCE_HOME} ] && echo "- skip $(basename $0), variable OUD_INSTANCE_HOME not set" && exit
[ -z ${PWD_FILE} ] && echo "- skip $(basename $0), variable PWD_FILE not set" && exit
[ ! -f ${PWD_FILE} ] && echo "- skip $(basename $0), missing password file ${PWD_FILE}" && exit
[ ! -f ${PWD_FILE} ] && echo "- skip $(basename $0), missing password file ${PWD_FILE}" && exit
[ -z ${HOST} ] && echo "- skip $(basename $0), variable HOST not set" && exit
[ -z ${PORT} ] && echo "- skip $(basename $0), variable PORT not set" && exit
[ -z ${PORT_SSL} ] && echo "- skip $(basename $0), variable PORT_SSL not set" && exit
Expand Down

0 comments on commit b88aba0

Please sign in to comment.