mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
fix: bug (#5605)
This commit is contained in:
@@ -325,6 +325,7 @@ if [ "${START_NOGOSU:-false}" = "true" ]; then
|
|||||||
"${VENV_PATH}/bin/python3" app/main.py > /dev/stdout 2> /dev/stderr &
|
"${VENV_PATH}/bin/python3" app/main.py > /dev/stdout 2> /dev/stderr &
|
||||||
else
|
else
|
||||||
gosu moviepilot:moviepilot "${VENV_PATH}/bin/python3" app/main.py > /dev/stdout 2> /dev/stderr &
|
gosu moviepilot:moviepilot "${VENV_PATH}/bin/python3" app/main.py > /dev/stdout 2> /dev/stderr &
|
||||||
|
fi
|
||||||
PYTHON_PID=$!
|
PYTHON_PID=$!
|
||||||
|
|
||||||
# 等待 Python 进程退出。
|
# 等待 Python 进程退出。
|
||||||
|
|||||||
Reference in New Issue
Block a user