mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Link to iiab-diagnostics documentation
This commit is contained in:
parent
2b1ea7be03
commit
3cbfe0288c
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Collect IIAB diagnostic info into 1 file for easy online/offline circulation!
|
# Collect IIAB diagnostic info into 1 file for easy online/offline circulation!
|
||||||
# PLEASE SEE iiab-diagnostics.README.md
|
# PLEASE SEE /opt/iiab/iiab/scripts/iiab-diagnostics.README.md OR ONLINE HERE:
|
||||||
|
# https://github.com/iiab/iiab/blob/master/scripts/iiab-diagnostics.README.md
|
||||||
|
|
||||||
IIAB_RELEASE=`cat /etc/iiab/iiab.env | grep IIAB_RELEASE | cut -d'=' -f2`
|
IIAB_RELEASE=`cat /etc/iiab/iiab.env | grep IIAB_RELEASE | cut -d'=' -f2`
|
||||||
OS_VER=`cat /etc/iiab/iiab.env | grep OS_VER | cut -d'=' -f2`
|
OS_VER=`cat /etc/iiab/iiab.env | grep OS_VER | cut -d'=' -f2`
|
||||||
|
|
Loading…
Reference in a new issue