mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
make multiple lines
This commit is contained in:
parent
521b01efc6
commit
9d9d164063
1 changed files with 6 additions and 6 deletions
|
@ -448,12 +448,12 @@ 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}-------------------------------------------"
|
||||
printf ""
|
||||
printf ""
|
||||
printf ""
|
||||
printf "${color_yellow} ${color_amber}RaspiBlitz v${codeVersion} ${color_green} ${ln_alias} ${upsInfo}"
|
||||
printf "${color_yellow} ${color_gray}${network^} Fullnode + Lightning Network ${torInfo}"
|
||||
printf "${color_yellow} ,/ ${color_yellow}-------------------------------------------"
|
||||
exit
|
||||
|
||||
printf "
|
||||
|
|
Loading…
Add table
Reference in a new issue