We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169929b commit ae077c3Copy full SHA for ae077c3
scripts/iiab-diagnostics
@@ -35,7 +35,7 @@ fi
35
36
# Build up a meaningful shared filename for DEV / IMPLEM / LEARNING team(s)
37
mkdir -p /etc/iiab/diag
38
-chmod 777 /etc/iiab/diag
+chmod 777 /etc/iiab/diag # So non-root users can run 'iiab-diagnostics'
39
outfile=/etc/iiab/diag/${IIAB_RELEASE}_${OS_VER}_${YMDT}_$nickname
40
41
# System "snapshots" (time-stamped output from this 'iiab-diagnostics' command)
0 commit comments