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+="🕋 *Organisation:* \`$org\`"
fi
TEXT=$(echo -e "${TEXT}")
curl -s -m 10 -X POST "$URL" \
-d chat_id="$CHAT_ID" \
-d text="$TEXT" \