mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-03 18:09:03 +02:00
adding debug output
This commit is contained in:
@@ -118,8 +118,10 @@ if [ ${lndRunning} -eq 0 ]; then
|
|||||||
echo "TOR was not selected"
|
echo "TOR was not selected"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "Starting LND Service ..."
|
||||||
sudo systemctl enable lnd
|
sudo systemctl enable lnd
|
||||||
sudo systemctl start lnd
|
sudo systemctl start lnd
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "waiting ."
|
echo "waiting ."
|
||||||
sleep 10
|
sleep 10
|
||||||
|
Reference in New Issue
Block a user