notify user about what DAMASK_prerequisites is doing
This commit is contained in:
parent
a601e33230
commit
77b6662e01
|
@ -1,6 +1,8 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
OUTFILE="system_report.txt"
|
OUTFILE="system_report.txt"
|
||||||
|
echo generating $OUTFILE
|
||||||
|
|
||||||
echo date +"%m-%d-%y" >$OUTFILE
|
echo date +"%m-%d-%y" >$OUTFILE
|
||||||
|
|
||||||
# redirect STDOUT and STDERR to logfile
|
# redirect STDOUT and STDERR to logfile
|
||||||
|
|
Loading…
Reference in New Issue