Skip to content

Commit bfe0148

Browse files
author
Mu2e
committed
clang
1 parent 695413c commit bfe0148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boardConfig/slowControl/slow_control_summary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SUMMARYVI_DATE="summaryVI_${rightnow}.log"
1717
# Trova tutti i file slowControl*.log e li ordina numericamente
1818
for f in $(ls "${DIR}"/slowControl[0-9]*.log 2>/dev/null | sort -V); do
1919
# Estrai l'ultima riga
20-
last_line=$(tail -n 1 "$f")
20+
last_line=$(tail -n 1 "$f")
2121
echo "$last_line" >> "$SUMMARY_FILE"
2222
done
2323

0 commit comments

Comments
 (0)