feat(脚本): 修改bug
parent
eae301e993
commit
5c5454f2d6
|
@ -195,6 +195,9 @@ installTools(){
|
||||||
then
|
then
|
||||||
nginx -s stop
|
nginx -s stop
|
||||||
fi
|
fi
|
||||||
|
# 新建所需目录
|
||||||
|
mkdirTools
|
||||||
|
|
||||||
progressTools "yellow" "检查、安装acme--->" 13
|
progressTools "yellow" "检查、安装acme--->" 13
|
||||||
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"` ]]
|
||||||
|
@ -626,7 +629,7 @@ init(){
|
||||||
echo
|
echo
|
||||||
echoContent green "作者:mack-a [https://t.me/mack_a]"
|
echoContent green "作者:mack-a [https://t.me/mack_a]"
|
||||||
echo
|
echo
|
||||||
echoContent green "Version:v1.0.1"
|
echoContent green "Version:v1.0.6"
|
||||||
echo
|
echo
|
||||||
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
|
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in New Issue