From 9b258d04b6d241091808710f22eece9f93b7b99d Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 25 Mar 2025 13:57:51 +0100 Subject: [PATCH] Update alpine-wireguard.sh --- ct/alpine-wireguard.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ct/alpine-wireguard.sh b/ct/alpine-wireguard.sh index 316965f..c38f7ab 100644 --- a/ct/alpine-wireguard.sh +++ b/ct/alpine-wireguard.sh @@ -33,3 +33,6 @@ build_container description msg_ok "Completed Successfully!\n" +echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" +echo -e "${INFO}${YW} WGDashboard Access it using the following URL:${CL}" +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:10086${CL}"