Fix a few small typos

This commit is contained in:
Roman Zeyde
2019-03-30 11:19:48 +03:00
parent 61ab8b3d3e
commit db01538944
2 changed files with 3 additions and 3 deletions

View File

@@ -150,4 +150,4 @@ sudo systemctl start electrs
echo "allow port 50002 on ufw" echo "allow port 50002 on ufw"
sudo ufw allow 50002 sudo ufw allow 50002
echo "Set the \`Current Electrum server\` of you Eclair wallet to \`$YOUR_DOMAIN:50002\` and make sure the port 5002 is forwarded on your router" echo "Set the \`Current Electrum server\` of you Eclair wallet to \`$YOUR_DOMAIN:50002\` and make sure the port 50002 is forwarded on your router"

View File

@@ -9,5 +9,5 @@ sudo sytemctl disable certbot
sudo rm /etc/systemd/system/certbot.service sudo rm /etc/systemd/system/certbot.service
sudo rm certbot* sudo rm certbot*
sudo nano systemctl stop electrs sudo systemctl stop electrs
sudo nano systemctl disable electrs sudo systemctl disable electrs