diff --git a/scripts/cnode-helper-scripts/cntools.sh b/scripts/cnode-helper-scripts/cntools.sh index 3689dc4bd..9d9532196 100755 --- a/scripts/cnode-helper-scripts/cntools.sh +++ b/scripts/cnode-helper-scripts/cntools.sh @@ -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" ;;