Update install.sh

pull/109/head
midoks 5 years ago
parent 3e013d602a
commit 387aba75e7
  1. 1
      plugins/xhprof/install.sh

@ -25,6 +25,7 @@ Install_xh()
Uninstall_xh() Uninstall_xh()
{ {
rm -rf ${serverPath}/xhprof rm -rf ${serverPath}/xhprof
rm -rf /tmp/xhprof
echo '卸载完成' > $install_tmp echo '卸载完成' > $install_tmp
} }

Loading…
Cancel
Save