From db01538944d4c04a97aa0f3454899bcb3cce13ad Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sat, 30 Mar 2019 11:19:48 +0300 Subject: [PATCH] Fix a few small typos --- electrs/electrs_automation_for_Eclair.sh | 2 +- electrs/revert_ electrs_automation_for_Eclair.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/electrs/electrs_automation_for_Eclair.sh b/electrs/electrs_automation_for_Eclair.sh index 2bf5f8a..8cd75f4 100644 --- a/electrs/electrs_automation_for_Eclair.sh +++ b/electrs/electrs_automation_for_Eclair.sh @@ -150,4 +150,4 @@ sudo systemctl start electrs echo "allow port 50002 on ufw" 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" \ No newline at end of file +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" diff --git a/electrs/revert_ electrs_automation_for_Eclair.sh b/electrs/revert_ electrs_automation_for_Eclair.sh index d5ff112..875c295 100644 --- a/electrs/revert_ electrs_automation_for_Eclair.sh +++ b/electrs/revert_ electrs_automation_for_Eclair.sh @@ -9,5 +9,5 @@ sudo sytemctl disable certbot sudo rm /etc/systemd/system/certbot.service sudo rm certbot* -sudo nano systemctl stop electrs -sudo nano systemctl disable electrs \ No newline at end of file +sudo systemctl stop electrs +sudo systemctl disable electrs