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