create the acme-challenge subfolder correctly for the HTTP challenge
This commit is contained in:
parent
27b449fd98
commit
78d0293b44
1 changed files with 1 additions and 1 deletions
|
@ -942,7 +942,7 @@ op_managehttpchallengefile() {
|
|||
|
||||
if [ "$action" = "create" ]; then
|
||||
if [ ! -d "$folder" ]; then
|
||||
mkdir "$folder"
|
||||
mkdir -p "$folder"
|
||||
fi
|
||||
if [ ! -f "$folder/$file" ]; then
|
||||
touch "$folder/$file"
|
||||
|
|
Loading…
Add table
Reference in a new issue