mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-26 06:35:40 +03:00
9 lines
250 B
Bash
Executable File
9 lines
250 B
Bash
Executable File
#!/bin/bash
|
|
|
|
: ${QBT_PROFILES_DIR:=/opt/qbittorrent/profiles}
|
|
: ${QBT_PROFILE_NAME:=docker}
|
|
|
|
export LC_ALL=ru_RU.UTF-8
|
|
|
|
echo "Starting qBitTorrent..."
|
|
qbittorrent-nox --profile=${QBT_PROFILES_DIR} --configuration=${QBT_PROFILE_NAME} --webui-port=8282 |