Create a tox user
This commit is contained in:
parent
359a410123
commit
6b9b9fceb5
|
@ -591,6 +591,9 @@ function mesh_tox_client {
|
||||||
fi
|
fi
|
||||||
duration=$SECONDS
|
duration=$SECONDS
|
||||||
echo $"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed."
|
echo $"Toxic client compile $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed."
|
||||||
|
|
||||||
|
# create a tox user
|
||||||
|
toxid -u $MY_USERNAME -n data
|
||||||
}
|
}
|
||||||
|
|
||||||
function enable_tox_repo {
|
function enable_tox_repo {
|
||||||
|
|
Loading…
Reference in New Issue