Browse Source

display hostname on wallet lock

dev
rootzoll 6 years ago
parent
commit
777d81fd0a
  1. 2
      home.admin/00infoLCD.sh

2
home.admin/00infoLCD.sh

@ -152,7 +152,7 @@ while :
l3="Use Password C to unlock\n" l3="Use Password C to unlock\n"
fi fi
boxwidth=$((${#localip} + 24)) 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 sleep 5
continue continue
fi fi

Loading…
Cancel
Save