fix: remove config file when uninstall

pull/109/head
xcsoft 3 years ago committed by GitHub
parent fe2b9c8581
commit 8a11538279
  1. 1
      plugins/xhprof/install.sh

@ -26,6 +26,7 @@ Uninstall_xh()
{
rm -rf ${serverPath}/xhprof
cd /tmp/xhprof && rm -rf *.xhprof
rm -f /www/server/web_conf/nginx/vhost/xhprof.conf
echo '卸载完成' > $install_tmp
}

Loading…
Cancel
Save