From f5b960f30c63951c1f7741a219ee04a7133128de Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Fri, 17 Jan 2025 13:26:21 +0100 Subject: [PATCH] Update apt-cacher-ng.sh: Typo --- 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}"