diff --git a/lgsm/modules/info_stats.sh b/lgsm/modules/info_stats.sh index 28d384631..29bd2900a 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\": { - \"countryId\":\"${countrycode}\" + \"countryId\":\"${countrycode}\", \"cpuusedmhzroundup\": \"${cpuusedmhzroundup}MHz\", \"diskused\": \"${serverfilesdu}\", \"distro\": \"${distroname}\", @@ -83,7 +83,7 @@ curl -X POST "https://www.google-analytics.com/mp/collect?api_secret=A-OzP02TSMW \"uuidhardware\": \"${uuidhardware}\", \"uuidinstall\": \"${uuidinstall}\", \"uuidinstance\": \"${uuidinstance}\", - \"version\": \"${version}\", + \"version\": \"${version}\" } } ]