From 924bcf553ee8dcebf7a43abd0e70df22f8c6668c Mon Sep 17 00:00:00 2001 From: Gerrit Gogel Date: Thu, 15 Apr 2021 22:16:31 +0200 Subject: [PATCH] remove call to missing function --- seafile-server/scripts/start.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/seafile-server/scripts/start.py b/seafile-server/scripts/start.py index 4290a5b..ca536de 100644 --- a/seafile-server/scripts/start.py +++ b/seafile-server/scripts/start.py @@ -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.')