1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

more refinements

This commit is contained in:
George Hunt 2019-05-09 04:17:28 +00:00
parent c125329bef
commit 40d743bde2

View file

@ -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 "=========================================================="