From 5ab0121ac380b9754b89ba81676ccf9d3774043f Mon Sep 17 00:00:00 2001 From: vijay Date: Thu, 8 May 2025 02:04:44 +0000 Subject: [PATCH] Update manage_iptables --- manage_iptables | 1 + 1 file changed, 1 insertion(+) diff --git a/manage_iptables b/manage_iptables index fc18749..f076be2 100644 --- a/manage_iptables +++ b/manage_iptables @@ -82,6 +82,7 @@ remove_from_whitelist() { while true; do show_menu read -p "Select an option [1-6]: " option + option=$(echo "$option" | tr -d '[:space:]') # Trim whitespace case $option in 1)