This commit is contained in:
Bob Mottram 2016-09-29 12:32:05 +01:00
parent f1a18d01ae
commit ce71cb3df1
1 changed files with 783 additions and 783 deletions

View File

@ -908,7 +908,7 @@ function sign_keys {
function run_tox_client {
# create a tox user
if [ ! -f /home/${USER}/.config/tox/data.tox ]; then
toxid -u $USER -n data
toxid -u ${USER} -n data
fi
toxic -f /home/${USER}/.config/tox/data.tox --force-tcp --SOCKS5-proxy 127.0.0.1 9050
}