Update index.py
This commit is contained in:
parent
c4918d8cd7
commit
ccf020bf6b
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue