From 639b9dceee3808642cde65468d9b10fc31a6b137 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 28 Oct 2015 23:10:06 +0000 Subject: [PATCH] Fixed error message --- functions/fn_update_check | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/functions/fn_update_check b/functions/fn_update_check index 4e6d1c788..9f289fe29 100644 --- a/functions/fn_update_check +++ b/functions/fn_update_check @@ -2,7 +2,7 @@ # LGSM fn_update_check function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 030615 +# Version: 281015 # Description: Checks if a server update is available. @@ -126,9 +126,8 @@ if [ -z "${availablebuild}" ]; then fn_printfail "Checking for update: SteamCMD" fn_scriptlog "Failure! Checking for update: SteamCMD" sleep 1 - fn_printfail "Checking for update: SteamCMD: Not returning version info" + fn_printfailnl "Checking for update: SteamCMD: Not returning version info" fn_scriptlog "Failure! Checking for update: SteamCMD: Not returning version info" - sleep 2 exit else fn_printok "Checking for update: SteamCMD"