mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-20 21:34:19 +01:00
Fix a few small typos
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user