mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-24 15:38:26 +00:00
Fix manifest check
This commit is contained in:
parent
2f4f182de6
commit
adae5f580c
@ -744,6 +744,8 @@ function checkUpdateManifests(){
|
|||||||
appbranch="$(getCurrentBranch)"
|
appbranch="$(getCurrentBranch)"
|
||||||
fi
|
fi
|
||||||
while read depot manifest <&3; do
|
while read depot manifest <&3; do
|
||||||
|
depot="${depot//\"/}"
|
||||||
|
manifest="${manifest//\"/}"
|
||||||
newmanifest="$(echo "${appinfo}" | while read name val; do if [ "${name}" == "{" ]; then parseSteamACF ".depots.${depot}.manifests" "${appbranch:-public}"; break; fi; done)"
|
newmanifest="$(echo "${appinfo}" | while read name val; do if [ "${name}" == "{" ]; then parseSteamACF ".depots.${depot}.manifests" "${appbranch:-public}"; break; fi; done)"
|
||||||
if [[ -z "${newmanifest}" && "${appbranch:-public}" != "public" ]]; then
|
if [[ -z "${newmanifest}" && "${appbranch:-public}" != "public" ]]; then
|
||||||
newmanifest="$(echo "${appinfo}" | while read name val; do if [ "${name}" == "{" ]; then parseSteamACF ".depots.${depot}.manifests" "public"; break; fi; done)"
|
newmanifest="$(echo "${appinfo}" | while read name val; do if [ "${name}" == "{" ]; then parseSteamACF ".depots.${depot}.manifests" "public"; break; fi; done)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user