Skip to content

Commit

Permalink
Fix VK_MESSAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
hit2hat committed Mar 25, 2019
1 parent df6958e commit 99bd300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ else
FINAL_MESSAGE="$VK_MESSAGE"
fi

FINAL_URL="access_token=$VK_TOKEN&v=5.87&user_ids=$VK_USERS&message=$VK_MESSAGE"
FINAL_URL="access_token=$VK_TOKEN&v=5.87&user_ids=$VK_USERS&message=$FINAL_MESSAGE"

curl -d "$FINAL_URL" https://api.vk.com/method/messages.send

0 comments on commit 99bd300

Please sign in to comment.