fix snytax

This commit is contained in:
rootzoll 2021-08-24 18:45:58 +02:00
parent b4fa36ce6b
commit 4c84fd3c2c

View File

@ -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