source oom-score-adj.sh from validator.sh
This commit is contained in:
@ -6,6 +6,9 @@ here=$(dirname "$0")
|
|||||||
# shellcheck source=multinode-demo/common.sh
|
# shellcheck source=multinode-demo/common.sh
|
||||||
source "$here"/common.sh
|
source "$here"/common.sh
|
||||||
|
|
||||||
|
# shellcheck source=scripts/oom-score-adj.sh
|
||||||
|
source "$here"/../scripts/oom-score-adj.sh
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
if [[ -n $1 ]]; then
|
if [[ -n $1 ]]; then
|
||||||
echo "$*"
|
echo "$*"
|
||||||
|
Reference in New Issue
Block a user