adapt shutdown for cln

This commit is contained in:
rootzoll
2021-08-03 16:29:43 +02:00
parent 9b6f69a9f8
commit 3d2ffcf2da

View File

@@ -38,8 +38,9 @@ echo "stop electrs - please wait .."
sudo systemctl stop electrs 2>/dev/null
# stopping lnd
echo "stop lnd - please wait .."
echo "stop lightning - please wait .."
sudo systemctl stop lnd 2>/dev/null
sudo systemctl stop lightningd 2>/dev/null
# stopping bitcoin (thru cli)
echo "stop ${network}d (1) - please wait .."