Update index.py

This commit is contained in:
midoks 2023-08-17 11:14:56 +08:00
parent c4918d8cd7
commit ccf020bf6b
1 changed files with 4 additions and 1 deletions

View File

@ -210,7 +210,10 @@ def initdUinstall():
def runLog():
return getServerDir() + '/logs/mongodb.log'
f = getServerDir() + '/logs/mongodb.log'
if os.path.exists(f):
return f
return getServerDir() + '/logs.pl'
def installPreInspection(version):