From 50a7fe10215543ac970c20c814a3eb0526e59f8e Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 21 Jan 2025 15:47:17 +0100 Subject: [PATCH] update build.func --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index 0b692f3f..7446a34c 100644 --- a/misc/build.func +++ b/misc/build.func @@ -845,7 +845,7 @@ config_file(){ if [[ ! -z "$APT_CACHER_IP" ]]; then if [[ "$APT_CACHER_IP" =~ $ip_regex ]]; then APT_CACHER="yes" - echo -e "${GATEWAY}${BOLD}${DGN}Gateway IP Address: ${BGN}$APT_CACHER_IP${CL}" + echo -e "${NETWORK}${BOLD}${DGN}APT-CACHER IP Address: ${BGN}$APT_CACHER_IP${CL}" else msg_error "Invalid IP Address format for APT-Cacher. Needs to be 0.0.0.0, was ${APT_CACHER_IP}" exit