diff --git a/electrs/config.scripts/revert_ electrs_automation_for_Eclair.sh b/electrs/config.scripts/revert_ electrs_automation_for_Eclair.sh index d5ff112..875c295 100644 --- a/electrs/config.scripts/revert_ electrs_automation_for_Eclair.sh +++ b/electrs/config.scripts/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 diff --git a/electrs/electrs_automation_for_Eclair.sh b/electrs/electrs_automation_for_Eclair.sh index 87feaf9..f893730 100644 --- a/electrs/electrs_automation_for_Eclair.sh +++ b/electrs/electrs_automation_for_Eclair.sh @@ -156,4 +156,5 @@ echo "If there is an error starting Nginx there is a stream service installed wi You will need to edit the nginx.conf manually to remove the duplicate stream entry by running \`sudo nano /etc/nginx/nginx.conf\` \ and restart nginx with \`sudo systemctl restart nginx\`." echo "" -echo "If successful 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 "If successful 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"