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