소스 검색

updated date

Daniel Gibbs 10 년 전
부모
커밋
5518bff629
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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_printfailnl "Do NOT run this script as root!"