diff --git a/plugins/xhprof/install.sh b/plugins/xhprof/install.sh index 4a5a9d789..ad6c102af 100755 --- a/plugins/xhprof/install.sh +++ b/plugins/xhprof/install.sh @@ -25,6 +25,7 @@ Install_xh() Uninstall_xh() { rm -rf ${serverPath}/xhprof + rm -rf /tmp/xhprof echo '卸载完成' > $install_tmp }