mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2025-09-01 10:19:14 +00:00
Update start.py
uncomment seahub start
This commit is contained in:
parent
dd1f375257
commit
5b0175fa4a
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ def main():
|
|||
|
||||
try:
|
||||
call('{} start'.format(get_script('seafile.sh')))
|
||||
#call('{} start'.format(get_script('seahub.sh')))
|
||||
call('{} start'.format(get_script('seahub.sh')))
|
||||
finally:
|
||||
if exists(password_file):
|
||||
os.unlink(password_file)
|
||||
|
|
Loading…
Add table
Reference in a new issue