1
0
mirror of https://github.com/Spearfoot/FreeNAS-scripts synced 2025-12-15 15:53:45 +00:00

Fixed incorrect character in report header

This commit is contained in:
Keith Nash
2017-04-05 10:06:05 -05:00
committed by GitHub
parent 724642a2e4
commit 281e9cbf81

View File

@@ -34,7 +34,7 @@ echo "<pre style=\"font-size:14px\">" >> ${logfile}
echo "+--------------+--------+------+------+------+----+----+--------+------+-----+"
echo "|Pool Name |Status |Read |Write |Cksum |Used|Frag|Scrub |Scrub |Last |"
echo "| | |Errors|Errors|Errors| | |Repaired|Errors|Scrub|"
echo "| | | | | | | }Bytes | |Age |"
echo "| | | | | | | |Bytes | |Age |"
echo "+--------------+--------+------+------+------+----+----+--------+------+-----+"
) >> ${logfile}