Просмотр исходного кода

Merge branch 'hotfix/v19.12.2'

Daniel Gibbs 6 лет назад
Родитель
Сommit
e9c5d55543
2 измененных файлов с 1 добавлено и 4 удалено
  1. 0 3
      lgsm/functions/info_stats.sh
  2. 1 1
      linuxgsm.sh

+ 0 - 3
lgsm/functions/info_stats.sh

@@ -23,9 +23,6 @@ uuid=$(cat "${datadir}/uuid.txt")
 cpuusedmhzroundup=$(((cpuusedmhz + 99) / 100 * 100))
 cpuusedmhzroundup=$(((cpuusedmhz + 99) / 100 * 100))
 # nearest 100MB
 # nearest 100MB
 memusedroundup=$(((memused + 99) / 100 * 100))
 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
 # Level 1 Stats
 ## Distro
 ## Distro

+ 1 - 1
linuxgsm.sh

@@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
 	set -x
 	set -x
 fi
 fi
 
 
-version="v19.12.0"
+version="v19.12.2"
 shortname="core"
 shortname="core"
 gameservername="core"
 gameservername="core"
 rootdir=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")
 rootdir=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")