mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Merge pull request #3462 from holta/iiab-diagnostics_work
iiab-diagnostics: Highlight /etc/iiab/install-flags sequence
This commit is contained in:
commit
199c121a51
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ if [ -s /tmp/iiab-apps-to-be-installed ]; then
|
|||
cat /tmp/iiab-apps-to-be-installed >> $outfile
|
||||
echo >> $outfile
|
||||
fi
|
||||
cat_cmd 'ls -ltr /etc/iiab/install-flags' 'IIAB install flags'
|
||||
|
||||
echo -e '\n 1. Files Specially Requested: (from "iiab-diagnostics PATH/FILE1 PATH/FILE2")\n'
|
||||
echo -e '\n\n\n1. FILES SPECIALLY REQUESTED (FROM "iiab-diagnostics PATH/FILE1 PATH/FILE2")\n' >> $outfile
|
||||
|
|
Loading…
Reference in a new issue