remove call to missing function

This commit is contained in:
Gerrit Gogel 2021-04-15 22:16:31 +02:00
parent 4bd4b8f24c
commit 924bcf553e

View file

@ -52,8 +52,6 @@ def main():
check_upgrade()
os.chdir(installdir)
fix_gunicorn_bind()
call('{} start'.format(get_script('seafile.sh')))
print('seafile server is running now.')