From 30dc394ac5b71c6d08cdfcda1319d3767179631c Mon Sep 17 00:00:00 2001 From: openoms Date: Mon, 15 Mar 2021 22:31:06 +0000 Subject: [PATCH] typo fix and use 'sudo shutdown now -r' to restart --- raspiblitz.updates/README.md | 3 +-- raspiblitz.updates/bitcoincore.update.v0.21.0.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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