From 8300d7725d3dc3342de1cd8fd616fc970d5f37dc Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 28 Mar 2025 14:16:11 +0100 Subject: [PATCH] Update alpine-gitea.sh --- ct/alpine-gitea.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/alpine-gitea.sh b/ct/alpine-gitea.sh index 47c402bd8..e15541ad7 100644 --- a/ct/alpine-gitea.sh +++ b/ct/alpine-gitea.sh @@ -42,4 +42,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}:3000${CL}" +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:3000${CL}" \ No newline at end of file