Merge branch 'main' into docker-quit-update

This commit is contained in:
DaanSelen
2025-12-14 17:31:02 +01:00
committed by GitHub
98 changed files with 137 additions and 182 deletions

View File

@@ -217,8 +217,11 @@ 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
/usr/sbin/resolvconf -u
if [ $? -ne 0 ]; then
echo "Loading WGDashboard failed... Look above for details."
fi