Update start.py

uncomment seahub start
This commit is contained in:
Gerrit Gogel 2021-01-21 20:27:19 +01:00 committed by GitHub
parent dd1f375257
commit 5b0175fa4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@ def main():
try: try:
call('{} start'.format(get_script('seafile.sh'))) call('{} start'.format(get_script('seafile.sh')))
#call('{} start'.format(get_script('seahub.sh'))) call('{} start'.format(get_script('seahub.sh')))
finally: finally:
if exists(password_file): if exists(password_file):
os.unlink(password_file) os.unlink(password_file)