diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2018-08-30 22:25:13 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2018-08-30 22:25:13 +0000 |
| commit | c200f2a4c272d150d93b0cb962de0463a5688452 (patch) | |
| tree | bfde06fbb16b396a1d6088c7344fcda9f44a72db /tools | |
| parent | b86576c953664dac4e31f99e5a5807b13f604e3c (diff) | |
| download | boca-c200f2a4c272d150d93b0cb962de0463a5688452.tar.gz boca-c200f2a4c272d150d93b0cb962de0463a5688452.zip | |
send out of pushed updates
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/boca-submit-log | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/boca-submit-log b/tools/boca-submit-log index 1c4b142..40a6fb7 100644 --- a/tools/boca-submit-log +++ b/tools/boca-submit-log @@ -28,7 +28,7 @@ for zcount in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20; do [ -f /root/.logsession ] || touch /root/.logsession diff /root/.logsession /root/.logsession.tmp > /root/.logsession.diff 2>/dev/null res=$? - lshw | > /root/.loglshw.tmp + lshw > /root/.loglshw.tmp 2>/dev/null [ -f /root/.loglshw ] || touch /root/.loglshw diff /root/.loglshw /root/.loglshw.tmp > /root/.loglshw.diff 2>/dev/null reslshw=$? |