mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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
|
#!/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
|
read -p "\n\nPlease identiy yourself (<8 characters, no spaces)" who
|
||||||
if [ -z "$who" ]; then
|
if [ -z "$who" ]; then
|
||||||
|
@ -45,7 +45,7 @@ cat << EOF > /tmp/script2overview
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# generate the body overview part diagnostic package about network
|
# generate the body overview part diagnostic package about network
|
||||||
echo "=========================================================="
|
echo "=========================================================="
|
||||||
echo Footprint submitted by:
|
echo Diagnostics submitted by:
|
||||||
echo $who
|
echo $who
|
||||||
echo $email
|
echo $email
|
||||||
echo "=========================================================="
|
echo "=========================================================="
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue