mirror of
https://github.com/monero-project/monero.git
synced 2026-07-28 14:47:15 -07:00
utils/health: fix typo in script
This commit is contained in:
@@ -70,6 +70,6 @@ tar -cJvf "$RESULT.txz" "$RESULT" # Zip the result, because it's huge.
|
|||||||
rm -v "$RESULT"
|
rm -v "$RESULT"
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "Readable result stored in: $DIR_BUILD/$RESULT.gz"
|
echo "Readable result stored in: $DIR_BUILD/$RESULT.txz"
|
||||||
|
|
||||||
echo "$KPI" > "kpis.txt"
|
echo "$KPI" > "kpis.txt"
|
||||||
|
|||||||
Reference in New Issue
Block a user