Update install.sh

pull/321/head
midoks 2 years ago
parent 5dbf89b872
commit bb4067aa6b
  1. 3
      plugins/webstats/install.sh

@ -61,6 +61,9 @@ Install_App()
if [ ! -f $serverPath/source/webstats/lsqlite3_fsl09y.zip ];then
wget --no-check-certificate -O $serverPath/source/webstats/lsqlite3_fsl09y.zip http://lua.sqlite.org/index.cgi/zip/lsqlite3_fsl09y.zip?uuid=fsl_9y
cd $serverPath/source/webstats && unzip lsqlite3_fsl09y.zip
#delete
rm -rf $serverPath/source/webstats/lsqlite3_fsl09y.zip
fi
PATH=${serverPath}/openresty/luajit:${serverPath}/openresty/luajit/include/luajit-2.1:$PATH

Loading…
Cancel
Save