Update install.sh

pull/117/head
midoks 3 years ago
parent 0a63366190
commit 670aea2eaa
  1. 2
      plugins/openresty/install.sh

@ -49,6 +49,8 @@ Install_openresty()
if [ -d $serverPath/openresty ];then if [ -d $serverPath/openresty ];then
echo "${VERSION}" > $serverPath/openresty/version.pl echo "${VERSION}" > $serverPath/openresty/version.pl
mkdir -p $serverPath/web_conf/php/conf
echo "" > $serverPath/web_conf/php/conf/enable-php-00.conf echo "" > $serverPath/web_conf/php/conf/enable-php-00.conf
#初始化 #初始化

Loading…
Cancel
Save