pull/109/head
Mr Chen 7 years ago
parent 10152f6ac6
commit d8f94c799a
  1. 20
      plugins/csvn/index.py
  2. 1
      plugins/openresty/versions/1.13.6/install.sh
  3. 9
      plugins/readme/index.py

@ -0,0 +1,20 @@
# coding: utf-8
import time
import psutil
import random
import os
import urllib
import binascii
import json
import public
import re
def status():
return 'start'
if __name__ == "__main__":
func = sys.argv[1]
if func == 'status':
print status()

@ -23,6 +23,7 @@ Install_openresty()
cd ${openrestyDir}/openresty* && ./configure --prefix=$serverPath/openresty \ cd ${openrestyDir}/openresty* && ./configure --prefix=$serverPath/openresty \
--with-openssl=$serverPath/source/lib/openssl-1.0.2q && make && make install --with-openssl=$serverPath/source/lib/openssl-1.0.2q && make && make install
echo '安装完成' > $install_tmp echo '安装完成' > $install_tmp
} }

@ -9,3 +9,12 @@ import binascii
import json import json
import public import public
import re import re
def status():
return 'start'
if __name__ == "__main__":
func = sys.argv[1]
if func == 'status':
print status()

Loading…
Cancel
Save