|
@@ -908,6 +908,8 @@ function sign_keys {
|
908
|
908
|
function run_tox_client {
|
909
|
909
|
# create a tox user
|
910
|
910
|
if [ ! -f /home/${USER}/.config/tox/data.tox ]; then
|
|
911
|
+ mkdir -p /home/${USER}/.config/tox
|
|
912
|
+ chown -R ${USER}:${USER} /home/${USER}/.config
|
911
|
913
|
toxid -u ${USER} -n data
|
912
|
914
|
fi
|
913
|
915
|
toxic -f /home/${USER}/.config/tox/data.tox --force-tcp --SOCKS5-proxy 127.0.0.1 9050
|