diff --git a/install.sh b/install.sh index 7c7698f..470e67b 100644 --- a/install.sh +++ b/install.sh @@ -196,6 +196,7 @@ installTools(){ nginx -s stop fi progressTools "yellow" "检查、安装acme--->" 13 + mkdir -p /tmp/tls/ curl -s https://get.acme.sh | sh > /tmp/tls/acme.log if [[ -z `find ~/.acme.sh -name "acme.sh"` ]] then