diff --git a/scripts/config/functions.cfg b/scripts/config/functions.cfg index aff870c..ebc8662 100644 --- a/scripts/config/functions.cfg +++ b/scripts/config/functions.cfg @@ -187,9 +187,9 @@ function build_monitor { function show_menu { echo -e echo -e -echo -e "${CYAN}MultiversX ${RED}$ATTENTION${CYAN} scripts options:${NC}" +echo -e "${CYAN}MultiversX keys monitor scripts options:${NC}" echo -e -echo -e "${GREEN} 1) ${CYAN}init{GREEN} - init the scripts by creating the config/local.cfg file${NC}" +echo -e "${GREEN} 1) ${CYAN}init${GREEN} - init the scripts by creating the config/local.cfg file${NC}" echo -e "${GREEN} 2) ${CYAN}install${GREEN} - Regular install process for the monitor${NC}" echo -e "${GREEN} 3) ${CYAN}upgrade${GREEN} - Run the upgrade process for the monitor${NC}" echo -e "${GREEN} 4) ${CYAN}start${GREEN} - Start the monitor${NC}" diff --git a/scripts/config/variables.cfg b/scripts/config/variables.cfg index e959096..766c10d 100644 --- a/scripts/config/variables.cfg +++ b/scripts/config/variables.cfg @@ -44,7 +44,6 @@ SHOWVER=$(echo ${VERSION#${TMPVAR}}) SCRIPTS_LOCATION=$(pwd) DIRECTORY_NAME=${PWD##*/} -ATTENTION=$(echo $ENVIRONMENT | tr [a-z] [A-Z]) # GitHub API related variables GITHUB_API_LIMIT=$(echo $GITHUB_RATE_LIMIT_RESPONSE | jq -r .resources.core.limit) diff --git a/scripts/script.sh b/scripts/script.sh index 1509009..7dc4f73 100755 --- a/scripts/script.sh +++ b/scripts/script.sh @@ -23,7 +23,7 @@ if [ $# -eq 0 ] case $opt in - `init`) + 'init') init echo -e read -n 1 -s -r -p " Process finished. Press any key to continue..."