Config File

This commit is contained in:
Michel Roegl-Brunner 2025-05-20 10:03:23 +02:00
parent 4cd307543a
commit 17a862c810

View File

@ -326,7 +326,7 @@ config_file() {
msg_info "Checking IP: $ip" msg_info "Checking IP: $ip"
if ! ping -c 2 -W 1 "$ip" >/dev/null 2>&1; then if ! ping -c 2 -W 1 "$ip" >/dev/null 2>&1; then
NET="$ip/$cidr" 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 sleep 3
break break
fi fi