Update install.sh

This commit is contained in:
midoks 2022-06-27 08:43:13 +08:00
parent e21e1b1d7d
commit cc9c3a009f
1 changed files with 3 additions and 1 deletions

View File

@ -15,8 +15,10 @@ Install_of(){
echo '正在安装脚本文件...' > $install_tmp
mkdir -p $serverPath/op_waf
mkdir -p $rootPath/wwwlogs/waf
if [ -f $serverPath/openresty ];then
mkdir -p $serverPath/openresty/nginx/conf/waf
fi
echo '0.1' > $serverPath/op_waf/version.pl
echo 'install ok' > $install_tmp
}