Skip to content

Commit

Permalink
Merge pull request #1 from ppascher/ppascher-patch-1
Browse files Browse the repository at this point in the history
Update mem_verify.sh
  • Loading branch information
jkstill authored Aug 31, 2017
2 parents 59a1e40 + 7c280ab commit 5ce4a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mem_verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ ANONCHK
declare anonHugePagesEnabled=0

if [[ $anonHugePagesConfigured -gt 0 ]]; then
grep '[always]' $anonFileToChk >/dev/null && {
grep '\[always\]' $anonFileToChk >/dev/null && {
#echo anonymous HugePages are enabled
anonHugePagesEnabled=1
}
Expand Down

0 comments on commit 5ce4a73

Please sign in to comment.