From 3cd1cc99461979c617132a3f847d3720d0fcd5c4 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 15 Jul 2015 22:02:48 +0100 Subject: [PATCH] added "on" as an option updateonstart --- functions/fn_start | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/fn_start b/functions/fn_start index feb18554e..ce50627f3 100644 --- a/functions/fn_start +++ b/functions/fn_start @@ -2,7 +2,7 @@ # LGSM fn_start function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 180615 +# Version: 150715 # Description: Starts the server. @@ -39,7 +39,7 @@ fi fn_logs # Will check for updates is updateonstart is yes -if [ "${updateonstart}" == "yes" ]||[ "${updateonstart}" == "1" ]; then +if [ "${updateonstart}" == "yes" ]||[ "${updateonstart}" == "1" ]||[ "${updateonstart}" == "on" ]; then fn_update_check fi