From 9c4eb39de669fa935e19af8038694b7c156a77ad Mon Sep 17 00:00:00 2001 From: Anatolii Zimovskii Date: Mon, 30 May 2022 17:37:56 +0300 Subject: [PATCH] qbittorrent fix --- linux/ecosystem/qbittorrent/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/ecosystem/qbittorrent/docker-entrypoint.sh b/linux/ecosystem/qbittorrent/docker-entrypoint.sh index 94b2ef603..191e15a21 100755 --- a/linux/ecosystem/qbittorrent/docker-entrypoint.sh +++ b/linux/ecosystem/qbittorrent/docker-entrypoint.sh @@ -11,4 +11,4 @@ echo "[qbittorrent] Starting `qbittorrent-nox -v`..." echo "======================================================" tail -n 512 -f ${QBT_PROFILES_DIR}/qBittorrent_${QBT_PROFILE_NAME}/data/logs/* & -exec qbittorrent-nox -d --profile=${QBT_PROFILES_DIR} --configuration=${QBT_PROFILE_NAME} --webui-port=${QBT_PORT_WEBUI} +exec qbittorrent-nox --profile=${QBT_PROFILES_DIR} --configuration=${QBT_PROFILE_NAME} --webui-port=${QBT_PORT_WEBUI}