mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
#646 fixing info screen
This commit is contained in:
parent
fcd281207e
commit
e80574d586
3 changed files with 10 additions and 1 deletions
|
@ -291,7 +291,7 @@ ${color_yellow} ${color_gray}${network} Fullnode + Lightning Netwo
|
|||
${color_yellow} ,/ ${color_yellow}%s
|
||||
${color_yellow} ,'/ ${color_gray}%s, temp %s°C %s°F
|
||||
${color_yellow} ,' / ${color_gray}Free Mem ${color_ram}${ram} ${color_gray} HDDuse ${color_hdd}%s${color_gray}
|
||||
${color_yellow} ,' /_____, ${color_gray}ssh admin@${color_green}${local_ip}${color_gray} ▼${network_rx} ▲${network_tx}
|
||||
${color_yellow} ,' /_____, ${color_gray}ssh admin@${color_green}${local_ip}${color_gray} ↓${network_rx} ↑${network_tx}
|
||||
${color_yellow} .'____ ,' ${color_gray}${webinterfaceInfo}
|
||||
${color_yellow} / ,' ${color_gray}${network} ${color_green}${networkVersion} ${chain}net ${color_gray}Sync ${sync_color}${sync} %s
|
||||
${color_yellow} / ,' ${color_gray}${public_addr_pre}${public_color}${public_addr} ${public}${networkConnectionsInfo}
|
||||
|
|
|
@ -210,7 +210,13 @@ while :
|
|||
fi
|
||||
|
||||
# no special case - show status display
|
||||
clear
|
||||
/home/admin/00infoBlitz.sh
|
||||
if [ "${touchscreen}" != "1" ]; then
|
||||
echo ""
|
||||
echo ""
|
||||
echo ""
|
||||
fi
|
||||
sleep 5
|
||||
|
||||
done
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
# see issue: https://github.com/rootzoll/raspiblitz/issues/646
|
||||
# to work it needs to be based on Raspbian Desktop base image
|
||||
|
||||
source /home/admin/raspiblitz.info
|
||||
source /mnt/hdd/raspiblitz.conf
|
||||
|
||||
# command info
|
||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||
echo "STILL EXPERIMENTAL - NOT FINISHED"
|
||||
|
|
Loading…
Add table
Reference in a new issue