mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2025-09-02 02:39:26 +00:00
Fixed bootstrap script.
This commit is contained in:
parent
145b0cc131
commit
ec673e1df0
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ def init_seafile_server():
|
||||||
version_stamp_file = get_version_stamp_file()
|
version_stamp_file = get_version_stamp_file()
|
||||||
if exists(join(shared_seafiledir, 'seafile-data')):
|
if exists(join(shared_seafiledir, 'seafile-data')):
|
||||||
if not exists(version_stamp_file):
|
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.')
|
loginfo('Skip running setup-seafile-mysql.py because there is existing seafile-data folder.')
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue