stopping also background (#1660)

This commit is contained in:
Christian Rotzoll 2020-10-13 09:47:11 +02:00 committed by rootzoll
parent a20d567af9
commit f5c21b1316

View File

@ -86,6 +86,7 @@ copyHost()
fi
echo "# stopping services ..."
sudo systemctl stop background
sudo systemctl stop lnd
sudo systemctl stop ${network}d
sudo systemctl disable ${network}d
@ -116,6 +117,7 @@ copyHost()
sudo systemctl enable ${network}d
sudo systemctl start ${network}d
sudo systemctl start lnd
sudo systemctl start background
echo "# show final message"
whiptail --msgbox "OK - Copy Process Finished.\n\nNow check on the target RaspiBlitz if it was sucessful." 10 40 "" --title " DONE " --backtitle "RaspiBlitz - Copy Blockchain"