Browse Source

Merge remote-tracking branch 'refs/remotes/origin/master' into development

Daniel Gibbs 10 năm trước cách đây
mục cha
commit
7115f9339c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      functions/check_root.sh

+ 1 - 1
functions/check_root.sh

@@ -2,7 +2,7 @@
 # LGSM check_root.sh function
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
-lgsm_version="271215"
+lgsm_version="060316"
 
 if [ $(whoami) = "root" ]; then
 	fn_print_fail_nl "Do NOT run this script as root!"