diff --git a/raspiblitz.updates/README.md b/raspiblitz.updates/README.md index 107e4ef..1ae1054 100644 --- a/raspiblitz.updates/README.md +++ b/raspiblitz.updates/README.md @@ -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) \ No newline at end of file diff --git a/raspiblitz.updates/bitcoincore.update.v0.21.0.sh b/raspiblitz.updates/bitcoincore.update.v0.21.0.sh index a768445..7f98783 100644 --- a/raspiblitz.updates/bitcoincore.update.v0.21.0.sh +++ b/raspiblitz.updates/bitcoincore.update.v0.21.0.sh @@ -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