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

Correct error message in run-gunicorn.sh

This commit is contained in:
Randall Leeds 2014-12-16 23:36:37 -08:00
parent bee70260ac
commit 905227eb42

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