File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ mkdir -p /home/nobody/.cache/Python-Eggs
6666# remove permissions for group and other from the Python-Eggs folder
6767chmod -R 700 /home/nobody/.cache/Python-Eggs
6868
69- # change peerid to appear to be 2.0.3 stable - note this does not work for all/any private trackers at present
70- sed -i -e " s~peer_id = substitute_chr(peer_id, 6, release_chr)~peer_id = \'-DE205s -\'\n release_chr = \'s\'~g" /usr/lib/python3* /site-packages/deluge/core/core.py
69+ # change peerid to appear to be 2.1.1 stable - note this does not work for all/any private trackers at present
70+ sed -i -e " s~peer_id = substitute_chr(peer_id, 6, release_chr)~peer_id = \'-DE211s -\'\n release_chr = \'s\'~g" /usr/lib/python3* /site-packages/deluge/core/core.py
7171
7272# container perms
7373# ###
You can’t perform that action at this time.
0 commit comments