mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-30 14:06:08 +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
|
sed -i "s/^message=.*/message='Receiving Blockchain over LAN'/g" /home/admin/raspiblitz.info
|
||||||
|
|
||||||
echo "stopping services ..."
|
echo "stopping services ..."
|
||||||
sudo systemctl stop bitcoind <2 /dev/null
|
sudo systemctl stop bitcoind 2>/dev/null
|
||||||
sudo systemctl disable bitcoind <2 /dev/null
|
sudo systemctl disable bitcoind 2>/dev/null
|
||||||
|
|
||||||
# check if old blockchain data exists
|
# check if old blockchain data exists
|
||||||
hasOldBlockchainData=0
|
hasOldBlockchainData=0
|
||||||
|
Reference in New Issue
Block a user