summarylogtreecommitdiffstats
path: root/seafile-admin_virtualenv.patch
diff options
context:
space:
mode:
authorJoffrey Darcq2018-02-02 14:11:31 +0100
committerJoffrey Darcq2018-02-02 14:11:31 +0100
commit71520e62bfb59d1ce2721a12a2abca43b61644bc (patch)
treea3d1a886e17d68b30347b1186472c51e83a63e9a /seafile-admin_virtualenv.patch
parentd8832a68a7d1a48d0b190869ea0f0424c98ae100 (diff)
downloadaur-71520e62bfb59d1ce2721a12a2abca43b61644bc.tar.gz
Major changes see ChangeLog
Diffstat (limited to 'seafile-admin_virtualenv.patch')
-rw-r--r--seafile-admin_virtualenv.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/seafile-admin_virtualenv.patch b/seafile-admin_virtualenv.patch
deleted file mode 100644
index 6a26e2710675..000000000000
--- a/seafile-admin_virtualenv.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/tools/seafile-admin
-+++ b/tools/seafile-admin
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python
-+#!/usr/lib/seafile/seafileenv/bin/python2
- # coding: UTF-8
- '''This is the helper script to setup/manage your seafile server
- '''
-@@ -683,7 +683,7 @@
-
- def start_seahub_gunicorn():
- argv = [
-- 'gunicorn',
-+ '/usr/lib/seafile/seafileenv/bin/gunicorn',
- 'seahub.wsgi:application',
- '-c',
- conf[CONF_SEAHUB_CONF],