Update entrypoint.sh
parent
e5d1a64d7d
commit
6fe257fa4a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue