LND restart

This commit is contained in:
Christian Rotzoll 2019-04-25 02:38:14 +02:00
parent aa16ba00d5
commit 0ecb2f6abe
2 changed files with 4 additions and 3 deletions

View file

@ -87,9 +87,9 @@ case $CHOICE in
;; ;;
INFO) INFO)
./00infoBlitz.sh ./00infoBlitz.sh
echo "Screen is not updating ... press ENTER to continue." echo "Screen is not refreshing itself ... press ENTER to continue."
read key read key
./00mainMenu.sh ./00raspiblitz.sh
;; ;;
lnbalance) lnbalance)
lnbalance ${network} lnbalance ${network}

View file

@ -122,8 +122,9 @@ elif [ ${walletLocked} -gt 0 ]; then
fi fi
if [ ${startcountLightning} -gt 1 ]; then if [ ${startcountLightning} -gt 1 ]; then
width=45 width=45
height=$((height+1)) height=$((height+2))
infoStr=" LIGHTNING RESTARTED - login for details\n${infoStr}" infoStr=" LIGHTNING RESTARTED - login for details\n${infoStr}"
adminStr="${adminStr}\n or choose 'INFO' in main menu"
fi fi
fi fi