7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-16 20:32:21 +00:00
tutor/deploy/templates/openedx/scripts/stats

6 lines
338 B
Plaintext
Raw Normal View History

#!/bin/sh
2018-09-18 18:17:42 +00:00
# This is a small script that helps me collect stats about who is using this
# project and understand how they are using it. Please don't remove me! As you
# can see, no personal data is leaked.
curl --silent -X POST --max-time 5 "https://openedx.overhang.io/stats?id={{ ID }}&lms={{ LMS_HOST|urlencode }}" 2> /dev/null || true