Skip to content

Commit

Permalink
Bug fix for adding a domain
Browse files Browse the repository at this point in the history
  • Loading branch information
richturner committed Jul 22, 2022
1 parent 143260c commit 9425c68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ add() {

DOMAINNAME="${1}"
RENEWED_LINEAGE="${LE_DIR}/live/${DOMAINNAME}"
DOMAIN_FOLDER=$RENEWED_LINEAGE

# Basic invalid DOMAINNAME check
# Current ash shell on alpine needs regex to be quoted this isn't the case for newer bash shell versions hence the double check
Expand Down

0 comments on commit 9425c68

Please sign in to comment.