mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 10:12:06 +01:00
cahnge back to big printf
This commit is contained in:
parent
c03c606676
commit
39247d21e1
@ -448,12 +448,17 @@ datetime=$(date -R)
|
||||
|
||||
clear
|
||||
|
||||
printf "\n"
|
||||
printf "\n"
|
||||
printf "\n"
|
||||
printf "${color_yellow} ${color_amber}RaspiBlitz v${codeVersion} ${color_green} ${ln_alias} ${upsInfo}\n"
|
||||
printf "${color_yellow} ${color_gray}${network^} Fullnode + Lightning Network ${torInfo}\n"
|
||||
printf "${color_yellow} ,/ ${color_yellow}-------------------------------------------\n"
|
||||
printf "
|
||||
${color_yellow}
|
||||
${color_yellow}
|
||||
${color_yellow}
|
||||
${color_yellow} ${color_amber}%s ${color_green} ${ln_alias} ${upsInfo}
|
||||
${color_yellow} ${color_gray}${network^} Fullnode + Lightning Network ${torInfo}
|
||||
${color_yellow} ,/ ${color_yellow}%s
|
||||
|
||||
" "RaspiBlitz v${codeVersion}" \
|
||||
"-------------------------------------------"
|
||||
|
||||
exit
|
||||
|
||||
printf "
|
||||
|
Loading…
Reference in New Issue
Block a user