diff --git a/home.admin/70initLND.sh b/home.admin/70initLND.sh index 4e1e9b47d..77f8164ca 100755 --- a/home.admin/70initLND.sh +++ b/home.admin/70initLND.sh @@ -118,8 +118,10 @@ if [ ${lndRunning} -eq 0 ]; then echo "TOR was not selected" fi + echo "Starting LND Service ..." sudo systemctl enable lnd sudo systemctl start lnd + echo "" echo "waiting ." sleep 10