summarylogtreecommitdiffstats
path: root/fix_gunicorn_no_daemon.diff
blob: 5d44c39e05902bfc39e3e79df06d31dae95415d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/scripts/seahub.sh b/scripts/seahub.sh
index 87edbf7c4..d9cbfea25 100755
--- a/scripts/seahub.sh
+++ b/scripts/seahub.sh
@@ -172,7 +172,7 @@ function start_seahub () {
     check_init_admin;
 
     export DJANGO_SETTINGS_MODULE=seahub.settings
-    $PYTHON $gunicorn_exe seahub.wsgi:application -c "${gunicorn_conf}" --preload &
+    $PYTHON $gunicorn_exe seahub.wsgi:application -c "${gunicorn_conf}" --preload
 
     # Ensure seahub is started successfully
     sleep 5