diff --git a/lib.sh b/lib.sh index 1c34c594..6a49b254 100644 --- a/lib.sh +++ b/lib.sh @@ -303,8 +303,8 @@ reinstall_remove_menu() { REINSTALL_REMOVE=$(whiptail --title "$TITLE" --menu \ "It seems like $1 is already installed.\nChoose what you want to do. $MENU_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \ -"Reinstall" "$1" \ -"Uninstall" "$1" 3>&1 1>&2 2>&3) +"Reinstall" " $1" \ +"Uninstall" " $1" 3>&1 1>&2 2>&3) if [ "$REINSTALL_REMOVE" = "Reinstall" ] then print_text_in_color "$ICyan" "Reinstalling $1..." diff --git a/menu/server_configuration.sh b/menu/server_configuration.sh index ea22823a..e50d2dc1 100644 --- a/menu/server_configuration.sh +++ b/menu/server_configuration.sh @@ -85,7 +85,7 @@ https://www.techandme.se/open-port-80-443/" "$SUBTITLE" # Just make sure it is gone rm -f "$SCRIPTS/test-new-config.sh" ;;& - *"Geoblock") + *"Geoblock"*) clear print_text_in_color "$ICyan" "Downloading the Geoblock script..." run_script NETWORK geoblock