1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Output suggested usage

This commit is contained in:
A Holt 2019-06-23 04:04:51 -04:00 committed by GitHub
parent c36f29ea7a
commit 8fc28c7e5e
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 "\nAccelerate troubleshooting by collecting your IIAB diagnostics into 1 file:"
echo -e "\n sudo iiab-diagnostics" echo -e "\n sudo iiab-diagnostics"
echo -e " sudo iiab-diagnostics FILE1 FILE2" echo -e " sudo iiab-diagnostics FILENAME1 FILENAME2"
echo -ne "\nCan you provide a \e[1mshort public nickname:\e[0m (no spaces!) " echo -ne "\nCan you provide a \e[1mshort public nickname:\e[0m (no spaces!) "
read nickname < /dev/tty read nickname < /dev/tty
if [ -z "$nickname" ]; then if [ -z "$nickname" ]; then