Browse Source

test

pull/4298/head
Daniel Gibbs 2 years ago
parent
commit
e92ee6c607
  1. 1
      lgsm/modules/core_steamcmd.sh

1
lgsm/modules/core_steamcmd.sh

@ -179,6 +179,7 @@ fn_update_steamcmd_remotebuild() {
fi fi
# password for branch not needed to check the buildid # password for branch not needed to check the buildid
${steamcmdcommand} +login "${steamuser}" "${steampass}" +app_info_update 1 +app_info_print "${appid}" +quit
remotebuildversion=$(${steamcmdcommand} +login "${steamuser}" "${steampass}" +app_info_update 1 +app_info_print "${appid}" +quit | sed -e '/"branches"/,/^}/!d' | sed -n "/\"${branch}\"/,/}/p" | grep -m 1 buildid | tr -cd '[:digit:]') remotebuildversion=$(${steamcmdcommand} +login "${steamuser}" "${steampass}" +app_info_update 1 +app_info_print "${appid}" +quit | sed -e '/"branches"/,/^}/!d' | sed -n "/\"${branch}\"/,/}/p" | grep -m 1 buildid | tr -cd '[:digit:]')
if [ "${firstcommandname}" != "INSTALL" ]; then if [ "${firstcommandname}" != "INSTALL" ]; then

Loading…
Cancel
Save