From 957ba3c430acebd1547cd41fb5f8d11077570bda Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 20 May 2025 09:57:50 +0200 Subject: [PATCH] Config File --- misc/config-file.func | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/config-file.func b/misc/config-file.func index 59f5952..e26d466 100644 --- a/misc/config-file.func +++ b/misc/config-file.func @@ -325,6 +325,7 @@ config_file() { ip=$(int_to_ip $ip_int) msg_info "Checking IP: $ip" if ! ping -c 4 -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}" break