Tidying
This commit is contained in:
parent
f1a18d01ae
commit
ce71cb3df1
|
@ -908,7 +908,7 @@ function sign_keys {
|
||||||
function run_tox_client {
|
function run_tox_client {
|
||||||
# create a tox user
|
# create a tox user
|
||||||
if [ ! -f /home/${USER}/.config/tox/data.tox ]; then
|
if [ ! -f /home/${USER}/.config/tox/data.tox ]; then
|
||||||
toxid -u $USER -n data
|
toxid -u ${USER} -n data
|
||||||
fi
|
fi
|
||||||
toxic -f /home/${USER}/.config/tox/data.tox --force-tcp --SOCKS5-proxy 127.0.0.1 9050
|
toxic -f /home/${USER}/.config/tox/data.tox --force-tcp --SOCKS5-proxy 127.0.0.1 9050
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue