From eb9119000ea30f765f49bf580150444e9fe2bcb0 Mon Sep 17 00:00:00 2001 From: Andrey Sazonov Date: Tue, 26 Aug 2025 15:36:47 +0300 Subject: [PATCH] update --- ssh_login_info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh_login_info.sh b/ssh_login_info.sh index 96fccc9..dbe5de2 100644 --- a/ssh_login_info.sh +++ b/ssh_login_info.sh @@ -36,7 +36,7 @@ send_notification() { TEXT+="🏙 *City:* \`$city\`\n" TEXT+="🕋 *Organisation:* \`$org\`" fi - + TEXT=$(echo -e "${TEXT}") curl -s -m 10 -X POST "$URL" \ -d chat_id="$CHAT_ID" \ -d text="$TEXT" \