From 2dda73432a1f1f04e8649cc4c4a3bf6e8ea91eae Mon Sep 17 00:00:00 2001 From: Botspot Date: Mon, 30 Nov 2020 15:18:55 -0600 Subject: [PATCH] curl dev/null --- etc/bitlylink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/bitlylink b/etc/bitlylink index b88ba9d..6d76309 100755 --- a/etc/bitlylink +++ b/etc/bitlylink @@ -20,6 +20,6 @@ if [ "$(cat "${DIRECTORY}/data/settings/Enable analytics")" == 'Yes' ];then #Allowing analytics does not identify you, or any personal information about you. Botspot can only see the total number of "clicks", as well as the top 3 countries of origin. bitlylink="https://bit.ly/pi-apps-$trigger-$(echo "$app" | tr -d ' ' | sed 's/[^a-zA-Z0-9]//g')" - curl -L --user-agent "Pi-Apps Raspberry Pi app store" "$bitlylink" + curl -L --user-agent "Pi-Apps Raspberry Pi app store" "$bitlylink" &>/dev/null #echo "clicked $bitlylink" 1>&2 fi