From 2d903e08b2540effb8efb9ca291b145bba256159 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sat, 2 Jul 2022 03:51:00 +0300 Subject: [PATCH] mkdir fix --- docs/letsencrypt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/letsencrypt.md b/docs/letsencrypt.md index 716a788c..2d0fc3cc 100644 --- a/docs/letsencrypt.md +++ b/docs/letsencrypt.md @@ -57,7 +57,7 @@ This example shows that PiKVM may not be accessible from the internet, but you c 2. Prepare the environment for the DNS plugin (place the auth data): ``` - # kvmd-pstrun -- mkdir /var/lib/kvmd/pst/data/certbot/runroot + # kvmd-pstrun -- mkdir -p /var/lib/kvmd/pst/data/certbot/runroot # kvmd-pstrun -- nano /var/lib/kvmd/pst/data/certbot/runroot/.cloudflare.auth # kvmd-pstrun -- chmod 600 /var/lib/kvmd/pst/data/certbot/runroot/.cloudflare.auth ```