Update install.sh

pull/109/head
midoks 5 years ago
parent 1e449189d5
commit 880c809f23
  1. 2
      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

Loading…
Cancel
Save