From 7edc2132c2c0550ebed8e373a6c2ed9fcde1973a Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 20 May 2025 09:57:58 +0200 Subject: [PATCH] Config File --- misc/config-file.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/config-file.func b/misc/config-file.func index e26d466..57401be 100644 --- a/misc/config-file.func +++ b/misc/config-file.func @@ -324,7 +324,7 @@ config_file() { for ((ip_int=start_int; ip_int<=end_int; ip_int++)); do ip=$(int_to_ip $ip_int) msg_info "Checking IP: $ip" - if ! ping -c 4 -W 1 "$ip" >/dev/null 2>&1; then + if ! ping -c 1 -W 1 "$ip" >/dev/null 2>&1; then msg_ok " " NET="$ip/$cidr" echo -e "${NETWORK}${BOLD}${DGN}Using free IP Address: ${BGN}$NET${CL}"