mirror of
https://github.com/Spearfoot/FreeNAS-scripts
synced 2025-12-16 08:13:24 +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 "+--------------+--------+------+------+------+----+----+--------+------+-----+"
|
||||||
echo "|Pool Name |Status |Read |Write |Cksum |Used|Frag|Scrub |Scrub |Last |"
|
echo "|Pool Name |Status |Read |Write |Cksum |Used|Frag|Scrub |Scrub |Last |"
|
||||||
echo "| | |Errors|Errors|Errors| | |Repaired|Errors|Scrub|"
|
echo "| | |Errors|Errors|Errors| | |Repaired|Errors|Scrub|"
|
||||||
echo "| | | | | | | }Bytes | |Age |"
|
echo "| | | | | | | |Bytes | |Age |"
|
||||||
echo "+--------------+--------+------+------+------+----+----+--------+------+-----+"
|
echo "+--------------+--------+------+------+------+----+----+--------+------+-----+"
|
||||||
) >> ${logfile}
|
) >> ${logfile}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user