mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-05-18 04:59:00 +02:00
tweaked the PYTHONPATH to allow wsgi to be found.
This commit is contained in:
@@ -99,7 +99,7 @@ export LANG=en_US.UTF-8
|
|||||||
export LC_TYPE=en_US.UTF-8
|
export LC_TYPE=en_US.UTF-8
|
||||||
|
|
||||||
source $venv/bin/activate
|
source $venv/bin/activate
|
||||||
export PYTHONPATH=$(pwd)
|
export PYTHONPATH=$(pwd)/management
|
||||||
exec gunicorn -b localhost:10222 -w 1 wsgi:app
|
exec gunicorn -b localhost:10222 -w 1 wsgi:app
|
||||||
EOF
|
EOF
|
||||||
chmod +x $inst_dir/start
|
chmod +x $inst_dir/start
|
||||||
|
|||||||
Reference in New Issue
Block a user