Comment
This commit is contained in:
parent
3c920b5c44
commit
4825b0f038
|
@ -63,6 +63,8 @@ function remove_user_tox {
|
||||||
|
|
||||||
function add_user_tox {
|
function add_user_tox {
|
||||||
new_username="$1"
|
new_username="$1"
|
||||||
|
|
||||||
|
# Note: password isn't used
|
||||||
new_user_password="$2"
|
new_user_password="$2"
|
||||||
|
|
||||||
USER_TOX_FILE=/home/${new_username}/.config/tox/data.tox
|
USER_TOX_FILE=/home/${new_username}/.config/tox/data.tox
|
||||||
|
|
Loading…
Reference in New Issue