Daniel Gibbs пре 10 година
родитељ
комит
639b9dceee
1 измењених фајлова са 2 додато и 3 уклоњено
  1. 2 3
      functions/fn_update_check

+ 2 - 3
functions/fn_update_check

@@ -2,7 +2,7 @@
 # LGSM fn_update_check function
 # LGSM fn_update_check function
 # Author: Daniel Gibbs
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
 # Website: http://gameservermanagers.com
-# Version: 030615
+# Version: 281015
 
 
 # Description: Checks if a server update is available.
 # Description: Checks if a server update is available.
 
 
@@ -126,9 +126,8 @@ if [ -z "${availablebuild}" ]; then
 	fn_printfail "Checking for update: SteamCMD"
 	fn_printfail "Checking for update: SteamCMD"
 	fn_scriptlog "Failure! Checking for update: SteamCMD"
 	fn_scriptlog "Failure! Checking for update: SteamCMD"
 	sleep 1
 	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"
 	fn_scriptlog "Failure! Checking for update: SteamCMD: Not returning version info"
-	sleep 2
 	exit
 	exit
 else
 else
 	fn_printok "Checking for update: SteamCMD"
 	fn_printok "Checking for update: SteamCMD"