mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
additional info
This commit is contained in:
parent
a3da4bfbec
commit
92534f8514
2 changed files with 5 additions and 3 deletions
|
@ -244,10 +244,12 @@ To run a BACKUP of funds & channels first is recommended.
|
|||
if [ ${startcountLightning} -lt 3 ]; then
|
||||
/home/admin/AAunlockLND.sh
|
||||
echo "Starting up Wallet ... (10sec)"
|
||||
sleep 10
|
||||
sleep 5
|
||||
sleep 5
|
||||
echo "please wait ... update to next screen can be slow"
|
||||
else
|
||||
/home/admin/80scanLND.sh lightning-error
|
||||
echo "(exit after too much restarts/unlocks)"
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -122,9 +122,9 @@ elif [ ${walletLocked} -gt 0 ]; then
|
|||
fi
|
||||
if [ ${startcountLightning} -gt 1 ]; then
|
||||
width=45
|
||||
height=$((height+2))
|
||||
height=$((height+3))
|
||||
infoStr=" LIGHTNING RESTARTED - login for details\n${infoStr}"
|
||||
adminStr="${adminStr}\n or choose 'INFO' in main menu"
|
||||
adminStr="${adminStr}\n or choose 'INFO' in main menu\n or type 'raspiblitz' on terminal"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue