Merge pull request #10927

38342cc utils/health: fix typo in script (jpk68)

ACKs: jeffro256, selsta
This commit is contained in:
tobtoht
2026-07-24 16:23:03 +00:00
@@ -70,6 +70,6 @@ tar -cJvf "$RESULT.txz" "$RESULT" # Zip the result, because it's huge.
rm -v "$RESULT"
echo ""
echo "Readable result stored in: $DIR_BUILD/$RESULT.gz"
echo "Readable result stored in: $DIR_BUILD/$RESULT.txz"
echo "$KPI" > "kpis.txt"