mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 04:26:28 +02:00
remove debug output
This commit is contained in:
@@ -484,7 +484,7 @@ echo ""
|
|||||||
|
|
||||||
###### USE CHANNEL.BACKUP FILE IF AVAILABLE
|
###### USE CHANNEL.BACKUP FILE IF AVAILABLE
|
||||||
echo "*** channel.backup Recovery ***"
|
echo "*** channel.backup Recovery ***"
|
||||||
gotSCB=$(ls /home/admin/channel.backup | grep -c 'channel.backup')
|
gotSCB=$(ls /home/admin/channel.backup 2>/dev/null | grep -c 'channel.backup')
|
||||||
if [ ${gotSCB} -eq 1 ]; then
|
if [ ${gotSCB} -eq 1 ]; then
|
||||||
|
|
||||||
lncli restorechanbackup --multi_file=/home/admin/channel.backup 2>/home/admin/.error.tmp
|
lncli restorechanbackup --multi_file=/home/admin/channel.backup 2>/home/admin/.error.tmp
|
||||||
|
Reference in New Issue
Block a user