Skip to content
Snippets Groups Projects
Commit 21daa07c authored by an7s's avatar an7s
Browse files

removed extra output

Former-commit-id: 856bd209ec3ac7dba9a51fcbf917bd7712493489
parent 917e968a
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ if [ -f $datapath/diagnostics.out ]; then
if [ $len -gt 0 ]; then
# make output more concise
wc -l $datapath/diagnostics.out
# wc -l $datapath/diagnostics.out
sort $datapath/diagnostics.out | uniq > tmp.$$
mv tmp.$$ $datapath/diagnostics.out
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment