From 67f28fae493d03c18d0db87af8302e030dbaa5e2 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Tue, 14 Apr 2026 00:11:08 +0300 Subject: [PATCH] =?UTF-8?q?feat(server):=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D1=82=D1=8C=20=D1=8F=D0=B2=D0=BD=D1=83=D1=8E=20=D1=81?= =?UTF-8?q?=D1=81=D1=8B=D0=BB=D0=BA=D1=83=20=D0=BD=D0=B0=20GUI=20=D0=B2=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D1=86=D0=B5=20=D1=81=D0=B2=D0=BE=D0=B4=D0=BA?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/install_server.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/install_server.sh b/server/install_server.sh index 0b62d7c..8f874da 100755 --- a/server/install_server.sh +++ b/server/install_server.sh @@ -329,6 +329,10 @@ Helper для peer: /usr/local/sbin/wg-peerctl Лог установки: ${LOG_FILE} ================================================= EOF_SUMMARY + + if [[ "$GUI_ENABLE" == "yes" ]]; then + echo "Ссылка для входа в GUI: http://${GUI_HOST}:${GUI_PORT}" + fi } main() {