1.1.3 卸载添加 amce.sh 卸载

pull/190/head
wulabing 2020-02-23 23:15:50 +08:00
parent 84354823c8
commit c416e8e5b2
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ OK="${Green}[OK]${Font}"
Error="${Red}[错误]${Font}"
# 版本
shell_version="1.1.2"
shell_version="1.1.3"
shell_mode="None"
github_branch="master"
version_cmp="/tmp/version_cmp.tmp"
@ -803,7 +803,7 @@ uninstall_all(){
fi
[[ -d $v2ray_conf_dir ]] && rm -rf $v2ray_conf_dir
[[ -d $web_dir ]] && rm -rf $web_dir
[[ -d $HOME/.acme.sh]] && acme.sh uninstall
[[ -d $HOME/.acme.sh ]] && acme.sh uninstall
systemctl daemon-reload
echo -e "${OK} ${GreenBG} 已卸载SSL证书文件已保留 ${Font}"
}