add debug output

This commit is contained in:
Christian Rotzoll 2019-07-01 01:37:04 +02:00
parent 657d496b1f
commit cf31889527

View file

@ -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