Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ncp-config.d/letsencrypt.sh')
-rw-r--r--etc/ncp-config.d/letsencrypt.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/ncp-config.d/letsencrypt.sh b/etc/ncp-config.d/letsencrypt.sh
index b736d25b..753a0877 100644
--- a/etc/ncp-config.d/letsencrypt.sh
+++ b/etc/ncp-config.d/letsencrypt.sh
@@ -32,6 +32,7 @@ install()
cd /etc || return 1
apt-get update
apt-get install --no-install-recommends -y letsencrypt
+ mkdir -p /etc/letsencrypt/live
[[ "$DOCKERBUILD" == 1 ]] && {
# execute before lamp stack