chore: try next option
parent
7b5b3f9882
commit
92792974ae
|
|
@ -194,7 +194,8 @@ start_and_monitor() {
|
|||
# Debug line if all fails
|
||||
# /bin/bash /opt/wgdashboard/src/wgd.sh start
|
||||
|
||||
/opt/wgdashboard/src/venv/bin/gunicorn --config /opt/wgdashboard/src/gunicorn.conf.py
|
||||
cd ${WGDASH}/src
|
||||
./venv/bin/gunicorn --config ./gunicorn.conf.py
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Loading WGDashboard failed... Look above for details."
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue