mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-17 01:01:39 +08:00
minor typo
This commit is contained in:
@@ -2262,8 +2262,9 @@ report_transparent_huge_pages () {
|
||||
CONTENT_TRANSHP=$(</sys/kernel/mm/redhat_transparent_hugepage/enabled)
|
||||
STATUS_THP_SYSTEM=$(echo $CONTENT_TRANSHP | grep -cv '\[never\]')
|
||||
fi
|
||||
|
||||
if [ -z $STATUS_THP_SYSTEM ]; then
|
||||
echo "Unable to get Transparent huge pages status"
|
||||
echo "Unable to get Transparent huge pages status."
|
||||
elif [ $STATUS_THP_SYSTEM = 0 ]; then
|
||||
echo "Transparent huge pages are currently disabled on the system."
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user