mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
Fixed bootstrap script.
This commit is contained in:
parent
145b0cc131
commit
ec673e1df0
|
@ -118,7 +118,7 @@ def init_seafile_server():
|
|||
version_stamp_file = get_version_stamp_file()
|
||||
if exists(join(shared_seafiledir, 'seafile-data')):
|
||||
if not exists(version_stamp_file):
|
||||
update_version_stamp(version_stamp_file, os.environ['SEAFILE_VERSION'])
|
||||
update_version_stamp(os.environ['SEAFILE_VERSION'])
|
||||
loginfo('Skip running setup-seafile-mysql.py because there is existing seafile-data folder.')
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in a new issue