feat(脚本): 增加创建文件夹
parent
eae301e993
commit
c28a7854d7
|
@ -196,6 +196,7 @@ installTools(){
|
||||||
nginx -s stop
|
nginx -s stop
|
||||||
fi
|
fi
|
||||||
progressTools "yellow" "检查、安装acme--->" 13
|
progressTools "yellow" "检查、安装acme--->" 13
|
||||||
|
mkdir -p /tmp/tls/
|
||||||
curl -s https://get.acme.sh | sh > /tmp/tls/acme.log
|
curl -s https://get.acme.sh | sh > /tmp/tls/acme.log
|
||||||
if [[ -z `find ~/.acme.sh -name "acme.sh"` ]]
|
if [[ -z `find ~/.acme.sh -name "acme.sh"` ]]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue