mirror of
https://github.com/viq/NewsBlur.git
synced 2025-04-13 09:38:09 +00:00
4 lines
134 B
Bash
4 lines
134 B
Bash
![]() |
if [[ -z "${TEST}" && "${TEST}" = "True" ]]
|
||
|
then echo "starting test env"
|
||
|
else gunicorn --bind :8000 newsblur_web.wsgi:application
|
||
|
fi
|