This commit is contained in:
FezVrasta 2015-06-26 15:22:40 +02:00
parent 2134f022eb
commit 4983bc329c

View File

@ -127,7 +127,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
}