From 2f4f182de6911dab968327be6e9f79915c9c0448 Mon Sep 17 00:00:00 2001 From: Ben Peddell Date: Mon, 12 Feb 2018 19:45:36 +1000 Subject: [PATCH] Remove unnecessary +quit --- tools/arkmanager | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/arkmanager b/tools/arkmanager index d800017..9d35cf8 100755 --- a/tools/arkmanager +++ b/tools/arkmanager @@ -677,7 +677,7 @@ function getAvailableVersion(){ if [ -z "$appbranch" ]; then appbranch="$(getCurrentBranch)" fi - runSteamCMD +app_info_update 1 +app_info_print "$appid" +quit | while read name val; do if [ "${name}" == "{" ]; then parseSteamACF ".depots.branches.${appbranch:-public}" "buildid"; break; fi; done + runSteamCMD +app_info_update 1 +app_info_print "$appid" | while read name val; do if [ "${name}" == "{" ]; then parseSteamACF ".depots.branches.${appbranch:-public}" "buildid"; break; fi; done } # @@ -739,7 +739,7 @@ function getSavedArksDirectory(){ # Check if the update manifest matches the current manifest # function checkUpdateManifests(){ - appinfo="$(runSteamCMD +app_info_print "$appid" +quit)" + appinfo="$(runSteamCMD +app_info_print "$appid")" if [ -z "$appbranch" ]; then appbranch="$(getCurrentBranch)" fi