Browse Source
Merge branch 'hotfix/v19.12.2'
pull/2633/head
v19.12.2
Daniel Gibbs
5 years ago
No known key found for this signature in database
GPG Key ID: E50EE233189485E3
2 changed files with
1 additions and
4 deletions
-
lgsm/functions/info_stats.sh
-
linuxgsm.sh
|
|
@ -23,9 +23,6 @@ uuid=$(cat "${datadir}/uuid.txt") |
|
|
|
cpuusedmhzroundup=$(((cpuusedmhz + 99) / 100 * 100)) |
|
|
|
# nearest 100MB |
|
|
|
memusedroundup=$(((memused + 99) / 100 * 100)) |
|
|
|
# nearest 100MB |
|
|
|
serverfilesduroundup=$(((serverfilesdu + 99) / 100 * 100)) |
|
|
|
# https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters |
|
|
|
|
|
|
|
# Level 1 Stats |
|
|
|
## Distro |
|
|
|
|
|
@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then |
|
|
|
set -x |
|
|
|
fi |
|
|
|
|
|
|
|
version="v19.12.0" |
|
|
|
version="v19.12.2" |
|
|
|
shortname="core" |
|
|
|
gameservername="core" |
|
|
|
rootdir=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")") |
|
|
|