mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
test echo info screen
This commit is contained in:
parent
3ff6855694
commit
521b01efc6
1 changed files with 9 additions and 0 deletions
|
@ -447,6 +447,15 @@ uptime=$(uptime --pretty)
|
|||
datetime=$(date -R)
|
||||
|
||||
clear
|
||||
|
||||
echo ""
|
||||
echo ""
|
||||
echo ""
|
||||
echo "${color_yellow} ${color_amber}RaspiBlitz v${codeVersion} ${color_green} ${ln_alias} ${upsInfo}"
|
||||
echo "${color_yellow} ${color_gray}${network^} Fullnode + Lightning Network ${torInfo}"
|
||||
echo "${color_yellow} ,/ ${color_yellow}-------------------------------------------"
|
||||
exit
|
||||
|
||||
printf "
|
||||
${color_yellow}
|
||||
${color_yellow}
|
||||
|
|
Loading…
Add table
Reference in a new issue