Add tox node public key to the readme
This commit is contained in:
parent
8c56ae7717
commit
7c8879973a
|
@ -7616,8 +7616,6 @@ function install_tox_node {
|
|||
configure_firewall_for_tox
|
||||
|
||||
if ! grep -q "Tox node" /home/$MY_USERNAME/README; then
|
||||
XMPP_PASSWORD="$(openssl rand -base64 8)"
|
||||
prosodyctl register $MY_USERNAME $DEFAULT_DOMAIN_NAME $XMPP_PASSWORD
|
||||
echo '' >> /home/$MY_USERNAME/README
|
||||
echo '' >> /home/$MY_USERNAME/README
|
||||
echo 'Tox' >> /home/$MY_USERNAME/README
|
||||
|
|
Loading…
Reference in New Issue