Update install.sh

pull/632/head
Mr Chen 5 months ago
parent 84c9436546
commit 0bd476340a
  1. 2
      plugins/webstats/install.sh

@ -48,7 +48,6 @@ Install_App()
echo '正在安装脚本文件...'
mkdir -p $serverPath/source/webstats
mkdir -p $serverPath/webstats
echo "${VERSION}" > $serverPath/webstats/version.pl
# 下载源码安装包
# curl -O $serverPath/source/webstats/lua-5.1.5.tar.gz https://www.lua.org/ftp/lua-5.1.5.tar.gz
@ -132,6 +131,7 @@ Install_App()
cp -rf $serverPath/source/webstats/GeoLite2-City.mmdb $serverPath/webstats/GeoLite2-City.mmdb
fi
echo "${VERSION}" > $serverPath/webstats/version.pl
cd $rootPath && python3 plugins/webstats/index.py start
echo '网站统计安装完成'

Loading…
Cancel
Save