Skip to content

Commit

Permalink
Merge pull request #19 from multiversx/scripts-fixes
Browse files Browse the repository at this point in the history
Script fixes
  • Loading branch information
iulianpascalau authored May 30, 2024
2 parents 4b426e6 + 14a63b9 commit 83c703c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/config/functions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
1 change: 0 additions & 1 deletion scripts/config/variables.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion scripts/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit 83c703c

Please sign in to comment.