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:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user