Saving bootstrap ID
This commit is contained in:
parent
89931bde5e
commit
f6490061b3
|
@ -124,7 +124,8 @@ function install_toxcore {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# save the public key for later reference
|
# save the public key for later reference
|
||||||
echo "$TOX_PUBLIC_KEY" > $TOX_BOOTSTRAP_ID_FILE
|
echo "$TOX_PUBLIC_KEY" > /tmp/boostrapid
|
||||||
|
sudo mv /tmp/boostrapid $TOX_BOOTSTRAP_ID_FILE
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_toxid {
|
function install_toxid {
|
||||||
|
|
Loading…
Reference in New Issue