mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
add debug output
This commit is contained in:
parent
657d496b1f
commit
cf31889527
1 changed files with 2 additions and 1 deletions
|
@ -72,7 +72,8 @@ echo "OK - sync is activated"
|
|||
if [ "${setupStep}" = "100" ]; then
|
||||
|
||||
# start servives
|
||||
sudo systemctl start bitcoind
|
||||
echo "starting services .."
|
||||
sudo systemctl start ${network}d
|
||||
sudo systemctl start lnd
|
||||
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue