This commit is contained in:
somebodywashere 2023-06-20 11:42:18 +00:00
commit d000323394

View file

@ -825,9 +825,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
}