Update entrypoint.sh

pull/1031/head
Donald Zou 2025-12-13 16:29:48 +08:00
parent e5d1a64d7d
commit 6fe257fa4a
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ start_and_monitor() {
echo "Starting WGDashboard directly with Gunicorn..."
[[ ! -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
resolvconf -u