mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 10:12:06 +01:00
fix snytax
This commit is contained in:
parent
b4fa36ce6b
commit
4c84fd3c2c
@ -81,8 +81,8 @@ if [ "$1" = "target" ]; then
|
||||
sed -i "s/^message=.*/message='Receiving Blockchain over LAN'/g" /home/admin/raspiblitz.info
|
||||
|
||||
echo "stopping services ..."
|
||||
sudo systemctl stop bitcoind <2 /dev/null
|
||||
sudo systemctl disable bitcoind <2 /dev/null
|
||||
sudo systemctl stop bitcoind 2>/dev/null
|
||||
sudo systemctl disable bitcoind 2>/dev/null
|
||||
|
||||
# check if old blockchain data exists
|
||||
hasOldBlockchainData=0
|
||||
|
Loading…
Reference in New Issue
Block a user