This commit is contained in:
FezVrasta 2015-06-26 15:22:40 +02:00
parent 42ce0a99ac
commit 24863a5be6

View File

@ -126,7 +126,7 @@ function getCurrentVersion(){
# Get the current available server version on steamdb
#
function getAvailableVersion(){
rm -f $steamcmd_appinfocache
rm -f "$steamcmd_appinfocache"
bnumber=`$steamcmdroot/$steamcmdexec +login anonymous +app_info_update 1 +app_info_print "$appid" +quit | while read name val; do if [ "${name}" == "{" ]; then parseSteamAppVer; break; fi; done`
return $bnumber
}