mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
keep lnd running
This commit is contained in:
parent
1bfa2c2e3f
commit
bee3ee1450
1 changed files with 0 additions and 2 deletions
|
@ -31,7 +31,6 @@ sed -i "s/^state=.*/state=copytarget/g" /home/admin/raspiblitz.info
|
||||||
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 lnd
|
|
||||||
sudo systemctl stop bitcoind <2 /dev/null
|
sudo systemctl stop bitcoind <2 /dev/null
|
||||||
|
|
||||||
# check if old blockchain data exists
|
# check if old blockchain data exists
|
||||||
|
@ -228,7 +227,6 @@ fi
|
||||||
|
|
||||||
echo "restarting services ... (please wait)"
|
echo "restarting services ... (please wait)"
|
||||||
sudo systemctl start bitcoind
|
sudo systemctl start bitcoind
|
||||||
sudo systemctl start lnd
|
|
||||||
sleep 10
|
sleep 10
|
||||||
|
|
||||||
# setting copy state
|
# setting copy state
|
||||||
|
|
Loading…
Add table
Reference in a new issue