1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Update scripts/iiab-diagnostics

Co-Authored-By: A Holt <holta@users.noreply.github.com>
This commit is contained in:
georgejhunt 2019-06-20 20:15:43 -07:00 committed by GitHub
parent 1bdf29a400
commit fc69ccbb28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
#!/bin/bash
# create a diagnostic footprint of network, and OS settings
read -p "\n\nPlease identiy yourself (<8 characters, no spaces)" who
read -p "\n\nPlease provide a name or nickname: (8 characters or less, no spaces) " who
if [ -z "$who" ]; then
who="noname"
fi