mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
display hostname on wallet lock
This commit is contained in:
parent
647563489f
commit
777d81fd0a
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ while :
|
|||
l3="Use Password C to unlock\n"
|
||||
fi
|
||||
boxwidth=$((${#localip} + 24))
|
||||
dialog --backtitle "RaspiBlitz ${localip} - Action Required" --infobox "$l1$l2$l3" 5 ${boxwidth}
|
||||
dialog --backtitle "RaspiBlitz ${localip} - ${hostname}" --infobox "$l1$l2$l3" 5 ${boxwidth}
|
||||
sleep 5
|
||||
continue
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue