1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Merge pull request #53 from tilgovi/patch-1

Correct error message in run-gunicorn.sh
This commit is contained in:
Ilya Kreymer 2014-12-16 23:53:56 -08:00
commit c6c07d27dd

View File

@ -2,7 +2,7 @@
pip install gunicorn pip install gunicorn
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
"uwsgi install failed" "gunicorn install failed"
exit 1 exit 1
fi fi