diff --git a/Scripts/Bash/Functions/Commons/cli.sh b/Scripts/Bash/Functions/Commons/cli.sh index b1b1e8a..6b51950 100755 --- a/Scripts/Bash/Functions/Commons/cli.sh +++ b/Scripts/Bash/Functions/Commons/cli.sh @@ -92,7 +92,7 @@ function cli { # provided, execute the help functionality and end script # execution. if [[ ! "$1" ]] || [[ ! "$1" =~ '^[[:alpha:]]' ]];then - exec ${CLI_BASEDIR}/${TCAR_CLI_NAME}.sh help + exec ${CLI_BASEDIR}/${CLI_NAME}.sh help exit fi