Update index.py
This commit is contained in:
parent
f09cdcc83a
commit
1e603d27d2
|
|
@ -181,7 +181,7 @@ def initReplace(version):
|
|||
makeOpConf(version)
|
||||
phpFpmWwwReplace(version)
|
||||
|
||||
install_ok = getServerDir() + "/install.ok"
|
||||
install_ok = getServerDir() + "/" + version + "/install.ok"
|
||||
if not os.path.exists(install_ok):
|
||||
phpini = getConf(version)
|
||||
ssl_crt = getSslCrt()
|
||||
|
|
|
|||
Loading…
Reference in New Issue