From b536782189a67ace5f2c8e1af8a08bd77ce1d8ba Mon Sep 17 00:00:00 2001 From: xVRVx <63975481+xVRVx@users.noreply.github.com> Date: Sun, 26 Jul 2026 18:21:09 +0300 Subject: [PATCH] Update telemt-test.sh --- test/telemt-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/telemt-test.sh b/test/telemt-test.sh index 5ff307d..f8407ad 100644 --- a/test/telemt-test.sh +++ b/test/telemt-test.sh @@ -1,4 +1,4 @@ -echo -e "${GRN}Версия телемт: 223 ${NC}" +echo -e "${GRN}Версия телемт: 224 ${NC}" systemctl stop telemt 2>/dev/null @@ -112,5 +112,5 @@ if [ -z "$telemtSecret" ] || [ "$telemtSecret" == "null" ]; then else echo "telemtSecret = $telemtSecret" MTProto="tg://proxy?server=$DOMAIN&port=443&secret=$telemtSecret" - echo "Ссылка: $MTProto" + # echo "Ссылка: $MTProto" fi