typo fix and use 'sudo shutdown now -r' to restart

This commit is contained in:
openoms
2021-03-15 22:31:06 +00:00
parent 1271d71620
commit 30dc394ac5
2 changed files with 2 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
#inspect the script:
cat bitcoincore.update.v0.21.0.sh
#run:
bash bitcoincore.update.v0.21.0.sh`
bash bitcoincore.update.v0.21.0.sh
```
### [v0.20.0](/raspiblitz.updates/bitcoincore.update.v0.20.0.sh)
@@ -26,5 +26,4 @@
`$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/raspiblitz.updates/bitcoincore.update.v0.19.1.sh && bash bitcoincore.update.v0.19.1.sh`
## LND updates
Find in: [https://github.com/openoms/lightning-node-management](https://github.com/openoms/lightning-node-management/blob/master/lnd.updates/README.md)

View File

@@ -146,5 +146,5 @@ sleep 10
echo "Unlock lnd with the Password C"
lncli unlock
echo
echo "A restart is recommended to bring all services back online. Use: 'restart' or 'sudo reboot -f'"
echo "A restart is recommended to bring all services back online. Use: 'restart' or 'sudo shutdown now -r'"
echo