From 8cb63aa07ca4c3c3190897487644b88bdf1e305e Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Fri, 17 Jan 2025 19:43:48 +0100 Subject: [PATCH] Update apt-cacher-ng.sh: Typo (#1545) --- ct/apt-cacher-ng.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/apt-cacher-ng.sh b/ct/apt-cacher-ng.sh index 09c10d9d..d8b85dd6 100644 --- a/ct/apt-cacher-ng.sh +++ b/ct/apt-cacher-ng.sh @@ -46,4 +46,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:3142/acng-report.html{CL}" +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:3142/acng-report.html${CL}"