Update install.sh

pull/5/head
midoks 5 years ago
parent 65ba422c77
commit 2b7514c5b4
  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