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:
parent
bee70260ac
commit
905227eb42
@ -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