mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-22 07:16:43 +02:00
fix snytax
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user