diff host/update.sh @ 1631:35c626c06dd5

add startup scripts for mac os
author fffilimonov
date Mon, 13 Dec 2021 09:14:52 +0000
parents b735ed134662
children 0344a535b1db
line wrap: on
line diff
--- a/host/update.sh	Fri Dec 10 17:08:17 2021 +0000
+++ b/host/update.sh	Mon Dec 13 09:14:52 2021 +0000
@@ -16,7 +16,7 @@
 
 if [ ! -f local/leKey.txt ]; then
   echo Register letsencrypt
-  ./acme.sh --register-account --cert-home ../sites --config-home local/letsencrypt/config 2>&1 | grep 'ACCOUNT_THUMBPRINT' | awk -F "'" '{print $2}' > local/leKey.txt;
+  ./acme.sh --register-account --cert-home ./sites --config-home local/letsencrypt/config 2>&1 | grep 'ACCOUNT_THUMBPRINT' | awk -F "'" '{print $2}' > local/leKey.txt;
 fi;
 
 cp startup/mime.types local/mime.types;