Browse Source

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.
pull/4295/head
Daniel Gibbs 2 years ago
parent
commit
4d879d52fa
  1. 2
      lgsm/modules/info_stats.sh

2
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}\",

Loading…
Cancel
Save