Skip to content

Commit 79dc5f7

Browse files
committed
fix(steamcmd): hide steamcmd output
1 parent 5c33eb3 commit 79dc5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/modules/core_steamcmd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ fn_update_steamcmd_remotebuild() {
179179
fi
180180

181181
# added as was failing GitHub Actions test. Running SteamCMD twice seems to fix it.
182-
${steamcmdcommand} +login "${steamuser}" "${steampass}" +app_info_update 1 +quit 2> /dev/null
182+
${steamcmdcommand} +login "${steamuser}" "${steampass}" +app_info_update 1 +quit > /dev/null 2>&1
183183
# password for branch not needed to check the buildid
184184
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:]')
185185

0 commit comments

Comments
 (0)