mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
more refinements
This commit is contained in:
parent
c125329bef
commit
40d743bde2
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
# create a diagnostic diagnostics of network, and OS settings
|
||||
# create a diagnostic footprint of network, and OS settings
|
||||
|
||||
read -p "\n\nPlease identiy yourself (<8 characters, no spaces)" who
|
||||
if [ -z "$who" ]; then
|
||||
|
@ -45,7 +45,7 @@ cat << EOF > /tmp/script2overview
|
|||
#!/bin/bash
|
||||
# generate the body overview part diagnostic package about network
|
||||
echo "=========================================================="
|
||||
echo Footprint submitted by:
|
||||
echo Diagnostics submitted by:
|
||||
echo $who
|
||||
echo $email
|
||||
echo "=========================================================="
|
||||
|
|
Loading…
Reference in a new issue