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

.local

parent 937dc57b
No related branches found
No related tags found
No related merge requests found
......@@ -8288,7 +8288,7 @@ function install_tox_node {
 
# save the public key for later reference
echo "$TOX_PUBLIC_KEY" > $TOX_BOOTSTRAP_ID_FILE
configure_firewall_for_tox
 
if ! grep -q "Tox node" /home/$MY_USERNAME/README; then
......@@ -8298,7 +8298,7 @@ function install_tox_node {
echo '===' >> /home/$MY_USERNAME/README
echo "Your Tox node public key is: $TOX_PUBLIC_KEY" >> /home/$MY_USERNAME/README
echo 'In the Toxic client you can connect to it with:' >> /home/$MY_USERNAME/README
echo " /connect $DEFAULT_DOMAIN_NAME $TOX_PORT $TOX_PUBLIC_KEY" >> /home/$MY_USERNAME/README
echo " /connect $DEFAULT_DOMAIN_NAME.local $TOX_PORT $TOX_PUBLIC_KEY" >> /home/$MY_USERNAME/README
chown $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/README
chmod 600 /home/$MY_USERNAME/README
fi
......
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