From 60ef427e8ace66a71e34009f4f51027bedb11c17 Mon Sep 17 00:00:00 2001 From: bugzbunny Date: Mon, 28 Aug 2023 20:57:01 -0400 Subject: [PATCH] Added --confpath help usage --- createVhosts.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/createVhosts.sh b/createVhosts.sh index e608538..7c39964 100755 --- a/createVhosts.sh +++ b/createVhosts.sh @@ -23,6 +23,8 @@ function usage echo " Do not redirect HTTP to HTTPS" echo " --servicename" echo " The Nginx server service name to use to reload" + echo " --confpath" + echo " The location of Nginx conf directory" echo " --standalone" echo " Instead of webroot, use acme.sh builtin server" echo " --bindaddress"