ソースを参照

Fixed error message

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
 # 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"