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:
commit
c6c07d27dd
@ -2,7 +2,7 @@
|
||||
pip install gunicorn
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
"uwsgi install failed"
|
||||
"gunicorn install failed"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user