mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 20:24:39 +02:00
change indent
This commit is contained in:
@@ -46,7 +46,7 @@ fi
|
|||||||
|
|
||||||
# check if there is a channel.backup to activate
|
# check if there is a channel.backup to activate
|
||||||
gotSCB=$(ls /home/admin/channel.backup 2>/dev/null | grep -c 'channel.backup')
|
gotSCB=$(ls /home/admin/channel.backup 2>/dev/null | grep -c 'channel.backup')
|
||||||
if [ ${gotSCB} -eq 1 ]; then
|
if [ "${gotSCB}" == "1" ]; then
|
||||||
|
|
||||||
echo "*** channel.backup Recovery ***"
|
echo "*** channel.backup Recovery ***"
|
||||||
lncli --chain=${network} restorechanbackup --multi_file=/home/admin/channel.backup 2>/home/admin/.error.tmp
|
lncli --chain=${network} restorechanbackup --multi_file=/home/admin/channel.backup 2>/home/admin/.error.tmp
|
||||||
|
Reference in New Issue
Block a user