mirror of
https://github.com/webrecorder/pywb.git
synced 2021-09-14 00:19:31 +03:00
Correct error message in run-gunicorn.sh
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user