From 586fb15c2c3bf12b26231004fa1c5c21dac9dfd6 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 3 May 2019 20:49:24 -0700 Subject: [PATCH] fullnode positional arguments may now be mixed with optional arguments (#4151) --- multinode-demo/fullnode.sh | 112 ++++++++++++++++++++----------------- net/remote/remote-node.sh | 2 +- 2 files changed, 61 insertions(+), 53 deletions(-) diff --git a/multinode-demo/fullnode.sh b/multinode-demo/fullnode.sh index 7926f74a7..8878b5958 100755 --- a/multinode-demo/fullnode.sh +++ b/multinode-demo/fullnode.sh @@ -9,18 +9,13 @@ source "$here"/common.sh # shellcheck source=scripts/oom-score-adj.sh source "$here"/../scripts/oom-score-adj.sh -if [[ -z $CI ]]; then # Skip in CI - # shellcheck source=scripts/tune-system.sh - source "$here"/../scripts/tune-system.sh -fi - fullnode_usage() { if [[ -n $1 ]]; then echo "$*" echo fi cat < fullnode.log 2>&1 & ;; *)