Skip to content

Commit

Permalink
fix(脚本): 修复卸载是无法删除配置的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mack-a committed Oct 9, 2024
1 parent 795eb7a commit acbf6a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5924,8 +5924,10 @@ unInstall() {
rm -rf /etc/v2ray-agent
rm -rf ${nginxConfigPath}alone.conf
rm -rf ${nginxConfigPath}checkPortOpen.conf >/dev/null 2>&1
rm -rf "${nginxConfigPath}sing_box_VMess_HTTPUpgrade.conf" >/dev/null 2>&1
rm -rf ${nginxConfigPath}checkPortOpen.conf >/dev/null 2>&1

unInstallSubscribe
# rm -rf ${nginxConfigPath}subscribe.conf >/dev/null 2>&1

if [[ -d "${nginxStaticPath}" && -f "${nginxStaticPath}/check" ]]; then
rm -rf "${nginxStaticPath}*"
Expand Down

0 comments on commit acbf6a3

Please sign in to comment.