1.1.3 卸载添加 amce.sh 卸载

pull/190/head
wulabing 2020-02-23 23:17:20 +08:00
parent c416e8e5b2
commit f95fad34a5
1 changed files with 1 additions and 1 deletions

View File

@ -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 ]] && /root/.acme.sh/acme.sh uninstall
systemctl daemon-reload
echo -e "${OK} ${GreenBG} 已卸载SSL证书文件已保留 ${Font}"
}