Skip to content

Commit

Permalink
Merge branch 'alpha' into revised-mithril-relay-lb-with-timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt authored Aug 10, 2024
2 parents eca97a9 + 0479167 commit befa5f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/cnode-helper-scripts/cntools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@ PARENT="$(dirname $0)"
# save launch params
arg_copy=("$@")

while getopts :olaub:v opt; do
while getopts :nolaub:v opt; do
case ${opt} in
n ) CNTOOLS_MODE="LOCAL" ;;
o ) CNTOOLS_MODE="OFFLINE" ;;
l ) CNTOOLS_MODE="LIGHT" ;;
a ) ADVANCED_MODE="true" ;;
Expand Down

0 comments on commit befa5f0

Please sign in to comment.