Browse Source

Update bootspeak

pull/1/head
Raziel K. Crowe 3 years ago committed by GitHub
parent
commit
87765b29ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      bootspeak

2
bootspeak

@ -1,7 +1,7 @@
_IP=$(hostname -I) || true
if [ "$_IP" ]; then
printf "My IP address is %s\n" "$_IP"
espeak "Welcome to Brooklyn NXT. My I.P. is $_IP. I repeat: $_IP."
espeak "Welcome to Brooklyn Titan NXT. My I.P. is $_IP. I repeat: $_IP."
else
espeak "Welcome to Brooklyn. No I.P. found."
fi

Loading…
Cancel
Save