Saving bootstrap ID

This commit is contained in:
Bob Mottram 2015-08-27 19:10:06 +01:00
parent 89931bde5e
commit f6490061b3
1 changed files with 2 additions and 1 deletions

View File

@ -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 {