1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-24 06:59:52 +01:00

Merge branch 'master' into video

This commit is contained in:
Ilya Kreymer 2014-12-23 13:43:20 -08:00
commit 3819e935fb

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