From 78d0293b440947593bbfa34f100885928768f411 Mon Sep 17 00:00:00 2001 From: Nicolas Roman Date: Thu, 11 Jul 2019 15:24:17 +0200 Subject: [PATCH] create the acme-challenge subfolder correctly for the HTTP challenge --- scripts/web-add.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/web-add.sh b/scripts/web-add.sh index 2c9c9e6..43f4437 100755 --- a/scripts/web-add.sh +++ b/scripts/web-add.sh @@ -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"