chore: try next option

pull/1021/head
DaanSelen 2025-12-09 09:52:38 +01:00
parent 7b5b3f9882
commit 92792974ae
1 changed files with 2 additions and 1 deletions

View File

@ -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