mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
add line breaks
This commit is contained in:
parent
9d9d164063
commit
c03c606676
1 changed files with 6 additions and 6 deletions
|
@ -448,12 +448,12 @@ datetime=$(date -R)
|
||||||
|
|
||||||
clear
|
clear
|
||||||
|
|
||||||
printf ""
|
printf "\n"
|
||||||
printf ""
|
printf "\n"
|
||||||
printf ""
|
printf "\n"
|
||||||
printf "${color_yellow} ${color_amber}RaspiBlitz v${codeVersion} ${color_green} ${ln_alias} ${upsInfo}"
|
printf "${color_yellow} ${color_amber}RaspiBlitz v${codeVersion} ${color_green} ${ln_alias} ${upsInfo}\n"
|
||||||
printf "${color_yellow} ${color_gray}${network^} Fullnode + Lightning Network ${torInfo}"
|
printf "${color_yellow} ${color_gray}${network^} Fullnode + Lightning Network ${torInfo}\n"
|
||||||
printf "${color_yellow} ,/ ${color_yellow}-------------------------------------------"
|
printf "${color_yellow} ,/ ${color_yellow}-------------------------------------------\n"
|
||||||
exit
|
exit
|
||||||
|
|
||||||
printf "
|
printf "
|
||||||
|
|
Loading…
Add table
Reference in a new issue