From 387aba75e7d89cd779f073838cd55338a99acdb5 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 13 Jul 2020 00:09:24 +0800 Subject: [PATCH] Update install.sh --- plugins/xhprof/install.sh | 1 + 1 file changed, 1 insertion(+) 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 }