feat(脚本): 增加创建文件夹

pull/534/merge
mack-a 2020-08-03 17:57:42 +08:00
parent eae301e993
commit c28a7854d7
1 changed files with 1 additions and 0 deletions

View File

@ -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