Update x-ui.sh

Co-authored-by: Ho3ein <ho3ein.sanaei@gmail.com>
This commit is contained in:
somebodywashere 2023-06-20 13:33:58 +03:00 committed by GitHub
parent 0eb7e706ed
commit b8ffe4767f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -823,9 +823,12 @@ remove_iplimit(){
esac
echo -e "${green}Fail2ban and IP Limit removed successfully!${plain}\n"
before_show_menu ;;
*)
0)
echo -e "${yellow}Cancelled.${plain}\n"
iplimit_main ;;
*)
echo -e "${red}Invalid option. Please select a valid number.${plain}\n"
remove_iplimit ;;
esac
}