diff --git a/home.admin/config.scripts/blitz.copychain.sh b/home.admin/config.scripts/blitz.copychain.sh index f97c6591a..4d95e137f 100644 --- a/home.admin/config.scripts/blitz.copychain.sh +++ b/home.admin/config.scripts/blitz.copychain.sh @@ -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