From 2b7514c5b44d58c924376b25d90c338f0932a5fc Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 12 Jul 2020 18:37:13 +0800 Subject: [PATCH] Update install.sh --- plugins/xhprof/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/xhprof/install.sh b/plugins/xhprof/install.sh index ca8a2c188..4a5a9d789 100755 --- a/plugins/xhprof/install.sh +++ b/plugins/xhprof/install.sh @@ -14,7 +14,7 @@ Install_xh() mkdir -p ${serverPath}/xhprof if [ ! -d ${serverPath}/xhprof/xhprof_lib ];then - cp -rf $curPath/lib/ ${serverPath}/xhprof + cp -rf $curPath/lib/* ${serverPath}/xhprof fi echo "${1}" > ${serverPath}/xhprof/version.pl