aboutsummaryrefslogtreecommitdiffstats
path: root/vespabase
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2021-08-21 06:35:08 +0000
committerArne Juul <arnej@verizonmedia.com>2021-08-21 06:35:08 +0000
commit6565642ab33064c900e95a4f7594d883884a9f2c (patch)
tree2504189409fda75e7625f67e2c0fdffd6496c50a /vespabase
parent87b495d4f9bda18b5189eb3039bbf0d19170de05 (diff)
fix variable name typo
Diffstat (limited to 'vespabase')
-rwxr-xr-xvespabase/src/common-env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespabase/src/common-env.sh b/vespabase/src/common-env.sh
index d5f8381432f..51b7e995273 100755
--- a/vespabase/src/common-env.sh
+++ b/vespabase/src/common-env.sh
@@ -303,7 +303,7 @@ get_numa_ctl_cmd () {
grep available |
awk '$3 == "nodes" { print $2 }')
- if [ -n "$numanodes" ]; then
+ if [ -n "$numnodes" ]; then
# We are allowed to use numactl and have NUMA nodes
if [ "$VESPA_AFFINITY_CPU_SOCKET" ] &&
[ "$numnodes" -gt 1 ]