From 4d879d52fa1d296c6f0d485f9c750b028942373f Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 14 Aug 2023 23:52:04 +0100 Subject: [PATCH] refactor: update country code parameter in info_stats.sh The commit updates the country code parameter in the info_stats.sh file. The previous parameter "country" has been changed to "countryId" for better clarity and consistency. --- lgsm/modules/info_stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/modules/info_stats.sh b/lgsm/modules/info_stats.sh index 0c621485a..28d384631 100644 --- a/lgsm/modules/info_stats.sh +++ b/lgsm/modules/info_stats.sh @@ -68,7 +68,7 @@ curl -X POST "https://www.google-analytics.com/mp/collect?api_secret=A-OzP02TSMW { \"name\": \"LinuxGSM\", \"params\": { - \"country\":\"${countrycode}\" + \"countryId\":\"${countrycode}\" \"cpuusedmhzroundup\": \"${cpuusedmhzroundup}MHz\", \"diskused\": \"${serverfilesdu}\", \"distro\": \"${distroname}\",