Typo fixes.
This commit is contained in:
parent
a9429d5ef1
commit
d9a53e03ac
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ cat /proc/cpuinfo >> "$REPORT"
|
|||
echo -e "\n\t\tMemory info:\n" >> "$REPORT"
|
||||
free >> "$REPORT"
|
||||
|
||||
# Parse only that logs that have time dataq
|
||||
# Parse only that logs that have time data
|
||||
BUILDLOGS=`grep -l "^real\>" $LOGSDIR/*`
|
||||
|
||||
# Match the first timed log to extract the SBU unit value from it
|
||||
|
|
|
@ -469,7 +469,7 @@ if [[ ! -d $LOGDIR ]]; then
|
|||
mkdir $LOGDIR
|
||||
fi
|
||||
|
||||
# After be sura that all look sane and if REPORT=1, dump the settings to a file
|
||||
# After be sure that all look sane and if REPORT=1, dump the settings to a file
|
||||
# This file will be used to create the REPORT header
|
||||
[[ "$REPORT" = "1" ]] && validate_config > $JHALFSDIR/jhalfs.config
|
||||
|
||||
|
|
Reference in a new issue