diff --git a/multinode-demo/validator.sh b/multinode-demo/validator.sh index 88cee3012..d8cd2c229 100755 --- a/multinode-demo/validator.sh +++ b/multinode-demo/validator.sh @@ -6,6 +6,9 @@ here=$(dirname "$0") # shellcheck source=multinode-demo/common.sh source "$here"/common.sh +# shellcheck source=scripts/oom-score-adj.sh +source "$here"/../scripts/oom-score-adj.sh + usage() { if [[ -n $1 ]]; then echo "$*"