Skip to content
Snippets Groups Projects
Commit f6490061 authored by Bob Mottram's avatar Bob Mottram
Browse files

Saving bootstrap ID

parent 89931bde
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,8 @@ function install_toxcore {
fi
# 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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment