From efcc3b0a9c5eb0a487205888858e4889eafe4898 Mon Sep 17 00:00:00 2001 From: Botspot Date: Mon, 16 Nov 2020 08:42:35 -0600 Subject: [PATCH] allow numerics in analytics links --- manage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage b/manage index e2e3324..1c2b5cb 100755 --- a/manage +++ b/manage @@ -82,7 +82,7 @@ Pi-Apps will wait until that one finishes before installing $app." | yad --text- #Chromium accesses the bit.ly link, then exits. #Allowing analytics does not identify you, or any personal information about you. Botspot can only see the number of "clicks" per day, as well as the top 10 countries of origin. - bitlylink="https://bit.ly/pi-apps-install-$(echo "$app" | tr -d ' ' | sed 's/[^a-zA-Z]//g')" + bitlylink="https://bit.ly/pi-apps-install-$(echo "$app" | tr -d ' ' | sed 's/[^a-zA-Z0-9]//g')" chromium-browser --headless "$bitlylink" &>/dev/null & fi