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

Update iiab-diagnostics

This commit is contained in:
A Holt 2019-06-23 04:28:43 -04:00 committed by GitHub
parent 8fc28c7e5e
commit 674c65f827
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ YMDT=$(date +%F_%T_%Z)
echo -e "\nAccelerate troubleshooting by collecting your IIAB diagnostics into 1 file:"
echo -e "\n sudo iiab-diagnostics"
echo -e " sudo iiab-diagnostics FILENAME1 FILENAME2"
echo -e " sudo iiab-diagnostics PATH/FILE1 PATH/FILE2 ..."
echo -ne "\nCan you provide a \e[1mshort public nickname:\e[0m (no spaces!) "
read nickname < /dev/tty
if [ -z "$nickname" ]; then
@ -107,7 +107,7 @@ else
fi
echo >> $outfile
echo -e "\n 1. Files specially requested: (e.g. iiab-diagnostics FILE1 FILE2)\n"
echo -e "\n 1. Files specially requested: (for "iiab-diagnostics PATH/FILE1 PATH/FILE2")\n"
for f in "$@"; do
cat_file $f
done