Update index.py

This commit is contained in:
midoks 2022-11-21 10:40:15 +08:00
parent f09cdcc83a
commit 1e603d27d2
1 changed files with 1 additions and 1 deletions

View File

@ -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()