From 5518bff62984eda198a44518d83bbfbc3246f070 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 6 Mar 2016 17:32:35 +0000 Subject: [PATCH] updated date --- functions/check_root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/check_root.sh b/functions/check_root.sh index 8f2e5ed54..135c751cf 100644 --- a/functions/check_root.sh +++ b/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!"