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:
parent
1bdf29a400
commit
fc69ccbb28
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue