This commit is contained in:
Andrey Sazonov 2025-08-26 15:36:47 +03:00
parent 60121d3a6c
commit eb9119000e

View File

@ -36,7 +36,7 @@ send_notification() {
TEXT+="🏙 *City:* \`$city\`\n" TEXT+="🏙 *City:* \`$city\`\n"
TEXT+="🕋 *Organisation:* \`$org\`" TEXT+="🕋 *Organisation:* \`$org\`"
fi fi
TEXT=$(echo -e "${TEXT}")
curl -s -m 10 -X POST "$URL" \ curl -s -m 10 -X POST "$URL" \
-d chat_id="$CHAT_ID" \ -d chat_id="$CHAT_ID" \
-d text="$TEXT" \ -d text="$TEXT" \