From 17a862c810a75fd80558eb8c0d8b338146da2d10 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 20 May 2025 10:03:23 +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 81b9002c..d7d26838 100644 --- a/misc/config-file.func +++ b/misc/config-file.func @@ -326,7 +326,7 @@ config_file() { msg_info "Checking IP: $ip" if ! ping -c 2 -W 1 "$ip" >/dev/null 2>&1; then NET="$ip/$cidr" - msg_ok "${NETWORK}${BOLD}${DGN}Using free IP Address: ${BGN}$NET${CL}" + msg_ok "Using free IP Address: ${BGN}$NET${CL}" sleep 3 break fi