1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +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
if [ $? -ne 0 ]; then
"uwsgi install failed"
"gunicorn install failed"
exit 1
fi