Update index.py

pull/121/head
midoks 3 years ago
parent 7d7875cfb0
commit ece9329a8b
  1. 2
      plugins/php-yum/index.py

@ -137,7 +137,7 @@ def makeOpenrestyConf(version):
tpl_content = mw.readFile(tpl)
dfile = sdir + '/web_conf/php/conf/enable-php-yum' + version + '.conf'
if not os.path.exists(dfile):
w_content = contentReplace(tpl_content, x)
w_content = contentReplace(tpl_content, version)
mw.writeFile(dfile, w_content)
# php-fpm status

Loading…
Cancel
Save