mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 14:44:57 +00:00
Update start.sh
This commit is contained in:
parent
d68e29b2b3
commit
382749d0b4
@ -19,7 +19,7 @@ if [ ! -z "${WEBUI_PORT}" ]; then
|
||||
if [[ ! -z "${webui_exist}" ]]; then
|
||||
# Get line number of WebUI Port
|
||||
LINE_NUM=$(grep -Fn -m 1 'WebUI\Port' /config/qBittorrent/config/qBittorrent.conf | cut -d: -f 1)
|
||||
sed -i "${LINE_NUM}s@^@WebUI\Port=${WEBUI_PORT}\n@" /config/qBittorrent/config/qBittorrent.conf
|
||||
sed -i "${LINE_NUM}s@.*@WebUI\Port=${WEBUI_PORT}\n@" /config/qBittorrent/config/qBittorrent.conf
|
||||
else
|
||||
echo "WebUI\Port=${WEBUI_PORT}" >> /config/qBittorrent/config/qBittorrent.conf
|
||||
fi
|
||||
@ -33,7 +33,7 @@ if [ ! -z "${INCOMING_PORT}" ]; then
|
||||
if [[ ! -z "${incoming_exist}" ]]; then
|
||||
# Get line number of Incoming
|
||||
LINE_NUM=$(grep -Fn -m 1 'Connection\PortRangeMin' /config/qBittorrent/config/qBittorrent.conf | cut -d: -f 1)
|
||||
sed -i "${LINE_NUM}s@^@Connection\PortRangeMin=${INCOMING_PORT}\n@" /config/qBittorrent/config/qBittorrent.conf
|
||||
sed -i "${LINE_NUM}s@.*@Connection\PortRangeMin=${INCOMING_PORT}\n@" /config/qBittorrent/config/qBittorrent.conf
|
||||
else
|
||||
echo "Connection\PortRangeMin=${INCOMING_PORT}" >> /config/qBittorrent/config/qBittorrent.conf
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user