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
e49767857d
commit
2740d88eee
@ -48,7 +48,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
|
||||
@ -62,7 +62,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