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:
parent
8fc28c7e5e
commit
674c65f827
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue