Skip to content

Commit

Permalink
Update cntools.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt authored Aug 9, 2024
1 parent 189f864 commit 6881426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cnode-helper-scripts/cntools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ arg_copy=("$@")

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

0 comments on commit 6881426

Please sign in to comment.