diff --git a/Scripts/Bash/Functions/Commons/init.sh b/Scripts/Bash/Functions/Commons/init.sh index 9f66de6..1ecd4e0 100755 --- a/Scripts/Bash/Functions/Commons/init.sh +++ b/Scripts/Bash/Functions/Commons/init.sh @@ -88,8 +88,7 @@ function init { # provided, execute the help functionality and end script # execution. if [[ ! "$1" ]] || [[ ! "$1" =~ '^[[:alpha:]]' ]];then - echo 'No functionality passed as first argument.' - # exec ${CLI_BASEDIR}/${CLI_NAME}.sh help + exec ${CLI_BASEDIR}/${CLI_NAME}.sh help exit fi