mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
fix Seafile-CE init error.
This commit is contained in:
parent
fe7016a77b
commit
65d1ec136f
|
@ -173,6 +173,7 @@ COMPRESS_CACHE_BACKEND = 'locmem'""")
|
|||
|
||||
# Disabled the Elasticsearch process on Seafile-container
|
||||
# Connection to the Elasticsearch-container
|
||||
if os.path.exists(join(topdir, 'conf', 'seafevents.conf')):
|
||||
with open(join(topdir, 'conf', 'seafevents.conf'), 'r') as fp:
|
||||
fp_lines = fp.readlines()
|
||||
if '[INDEX FILES]\n' in fp_lines:
|
||||
|
|
Loading…
Reference in a new issue