Update entrypoint.sh

This commit is contained in:
Donald Zou
2025-12-13 16:29:48 +08:00
parent e5d1a64d7d
commit 6fe257fa4a

View File

@@ -191,6 +191,7 @@ start_and_monitor() {
echo "Starting WGDashboard directly with Gunicorn..." echo "Starting WGDashboard directly with Gunicorn..."
[[ ! -d ${WGDASH}/src/log ]] && mkdir ${WGDASH}/src/log [[ ! -d ${WGDASH}/src/log ]] && mkdir ${WGDASH}/src/log
[[ ! -d ${WGDASH}/src/download ]] && mkdir ${WGDASH}/src/download
${WGDASH}/src/venv/bin/gunicorn --config ${WGDASH}/src/gunicorn.conf.py ${WGDASH}/src/venv/bin/gunicorn --config ${WGDASH}/src/gunicorn.conf.py
resolvconf -u resolvconf -u