change indent

This commit is contained in:
rootzoll
2021-06-25 00:14:41 +02:00
parent 565c24e72b
commit f008eb4732

View File

@@ -44,9 +44,9 @@ fi
############# SCB activation
# check if there is a channel.backup to activate
gotSCB=$(ls /home/admin/channel.backup 2>/dev/null | grep -c 'channel.backup')
if [ ${gotSCB} -eq 1 ]; then
# check if there is a channel.backup to activate
gotSCB=$(ls /home/admin/channel.backup 2>/dev/null | grep -c 'channel.backup')
if [ "${gotSCB}" == "1" ]; then
echo "*** channel.backup Recovery ***"
lncli --chain=${network} restorechanbackup --multi_file=/home/admin/channel.backup 2>/home/admin/.error.tmp
@@ -87,7 +87,7 @@ if LND was able to recover funds from your channels.
" 9 56
fi
fi
fi
############################################
# SETUP DONE CONFIRMATION (Konfetti Moment)